diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/mathjax/PKGBUILD | 23 | ||||
-rw-r--r-- | pcr/twinkle/PKGBUILD | 2 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
3 files changed, 15 insertions, 14 deletions
diff --git a/pcr/mathjax/PKGBUILD b/pcr/mathjax/PKGBUILD index 779aa5a74..2bdc6ec67 100644 --- a/pcr/mathjax/PKGBUILD +++ b/pcr/mathjax/PKGBUILD @@ -1,19 +1,20 @@ -# Maintainer (Arch): Tianjiao Yin <ytj000@gmail.com> -# Maintainer (Parabola): Alon Ivtsan <alonivtsan@lavabit.com> -#taken from https://aur.archlinux.org/packages/mathjax/ +# Maintainer: Kevin Dodd <jesin00@gmail.com> +# Contributor: Tianjiao Yin <ytj000@gmail.com> pkgname=mathjax -pkgver=2.2 +pkgver=2.3 pkgrel=2 pkgdesc='An open source JavaScript display engine for mathematics that works in all modern browsers' url='http://www.mathjax.org/' arch=('any') -license=('apache') -options=('!strip') -source=('https://github.com/mathjax/MathJax/archive/v2.2.tar.gz') +license=('Apache') +options=(!strip libtool staticlibs) +source=("https://github.com/mathjax/MathJax/archive/v${pkgver}.tar.gz") +sha256sums=('0cd8f6de29b6c686550098119ab5301bdf60b03aeb8f9f2058e2832a0662687b') -build() { - mkdir -p $pkgdir/usr/share - mv $srcdir/MathJax-* $pkgdir/usr/share/mathjax +package() { + mkdir -p "$pkgdir/usr/share/fonts" + mv "$srcdir/MathJax-$pkgver" "$pkgdir/usr/share/mathjax" + ln -s '../mathjax/fonts' "$pkgdir/usr/share/fonts/mathjax" } -md5sums=('9e3ace5d926be939befb9bc79138a6f8') + diff --git a/pcr/twinkle/PKGBUILD b/pcr/twinkle/PKGBUILD index 5a8a0430c..b9e8fc537 100644 --- a/pcr/twinkle/PKGBUILD +++ b/pcr/twinkle/PKGBUILD @@ -7,7 +7,7 @@ pkgname=twinkle pkgver=1.4.2 -pkgrel=19 +pkgrel=20 pkgdesc="Softphone for voice over IP and IM communication using SIP" arch=('x86_64' 'i686') url="http://www.twinklephone.com/" diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index bd3fd656d..9823708cd 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2013.12.17.2 +pkgver=2013.12.20 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('6935fa727e1b85a1afd142101316db6e' +md5sums=('be0cf52206f9ba3f5f841deec3ce3bde' 'SKIP') |