From 8fb920e1b30f4a0c0b5ed64a44a85db94b60cf3a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Dec 2012 02:27:34 -0800 Subject: Tue Dec 4 02:21:34 PST 2012 --- community/aria2/PKGBUILD | 8 +- community/cdrtools/PKGBUILD | 10 +-- community/dwb/PKGBUILD | 6 +- community/fbreader/PKGBUILD | 6 +- community/hostapd/PKGBUILD | 17 ++-- community/lazarus/PKGBUILD | 6 +- community/libmicrohttpd/PKGBUILD | 4 +- community/libmicrohttpd/libmicrohttpd.install | 2 +- community/polipo/PKGBUILD | 6 +- community/polipo/polipo.service | 1 + community/redis/PKGBUILD | 6 +- community/sage-mathematics/PKGBUILD | 6 +- community/soundkonverter/PKGBUILD | 8 +- community/squid/PKGBUILD | 115 +++++++++++++------------- community/xmobar/PKGBUILD | 16 ++-- 15 files changed, 108 insertions(+), 109 deletions(-) (limited to 'community') diff --git a/community/aria2/PKGBUILD b/community/aria2/PKGBUILD index 05aeda485..d2db209b0 100644 --- a/community/aria2/PKGBUILD +++ b/community/aria2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76063 2012-09-10 12:19:21Z bpiotrowski $ +# $Id: PKGBUILD 80774 2012-12-03 15:26:20Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Angel Velasquez @@ -6,7 +6,7 @@ # Contributor: Daniel J Griffiths pkgname=aria2 -pkgver=1.15.2 +pkgver=1.16.0 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -14,8 +14,8 @@ url='http://aria2.sourceforge.net/' license=('GPL') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates') checkdepends=('cppunit') -source=("http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2") -md5sums=('211f1e5c1fd28b788e687cb2d851812a') +source=(http://downloads.sourceforge.net/aria2/aria2-${pkgver}.tar.bz2) +md5sums=('0a8e1dbfe1725a02de8271589d622739') build() { cd $pkgname-$pkgver diff --git a/community/cdrtools/PKGBUILD b/community/cdrtools/PKGBUILD index c6d20cea3..2ad324f6e 100644 --- a/community/cdrtools/PKGBUILD +++ b/community/cdrtools/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 76416 2012-09-17 14:33:56Z stativ $ +# $Id: PKGBUILD 80792 2012-12-03 18:56:26Z stativ $ # Maintainer: Lukas Jirkovsky pkgname=cdrtools -pkgver=3.01a08 -pkgrel=2 +pkgver=3.01a09 +pkgrel=1 pkgdesc="Original cdrtools supporting CD, DVD and BluRay burning" arch=('i686' 'x86_64') url="http://cdrecord.berlios.de/private/cdrecord.html" @@ -13,8 +13,8 @@ provides=('cdrkit') options=(!makeflags) backup=('etc/default/cdrecord' 'etc/default/rscsi') install=cdrtools.install -source=(ftp://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.gz) -md5sums=('bed40540ef0dfc41d4b6e62c70012a01') +source=(http://ftp.berlios.de/pub/cdrecord/alpha/cdrtools-$pkgver.tar.gz) +md5sums=('8d9fed38ce2705d6d227da65bfd93d48') build() { cd "$srcdir"/cdrtools-${pkgver%%a*} diff --git a/community/dwb/PKGBUILD b/community/dwb/PKGBUILD index b1cefa398..8414ae2b4 100644 --- a/community/dwb/PKGBUILD +++ b/community/dwb/PKGBUILD @@ -1,9 +1,9 @@ -#$Id: PKGBUILD 78983 2012-10-28 16:19:12Z dwallace $ +#$Id: PKGBUILD 80801 2012-12-03 23:17:22Z dwallace $ # Maintainer: Daniel Wallace # Contributor: portix pkgname=dwb -pkgver=2012.10.28 +pkgver=2012.12.03 pkgrel=1 pkgdesc="A webkit web browser with vi-like keyboard shortcuts, stable snapshot" url="http://portix.bitbucket.org/dwb/" @@ -12,6 +12,7 @@ install=dwb.install license=('GPL') depends=('libwebkit' 'desktop-file-utils') source=(https://bitbucket.org/portix/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}".tar.gz) +md5sums=('cf2e0c8cbd852203deb322c14952756c') build() { cd "${srcdir}"/"${pkgname}"-"${pkgver}" @@ -21,4 +22,3 @@ package() { cd "${srcdir}"/"${pkgname}"-"${pkgver}" make DESTDIR=${pkgdir} install } -md5sums=('2fcf30fba7879357ed03bed580dd6968') diff --git a/community/fbreader/PKGBUILD b/community/fbreader/PKGBUILD index f0485b887..d5677b5fb 100644 --- a/community/fbreader/PKGBUILD +++ b/community/fbreader/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80619 2012-11-27 09:41:32Z spupykin $ +# $Id: PKGBUILD 80756 2012-12-03 10:06:37Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: William Rea pkgname=fbreader -pkgver=0.99.3 +pkgver=0.99.4 pkgrel=1 pkgdesc="An e-book reader for Linux" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('fribidi' 'bzip2' 'curl' 'qt' 'liblinebreak' 'sqlite') makedepends=('ccache') source=(http://www.fbreader.org/files/desktop/fbreader-sources-$pkgver.tgz) -md5sums=('d3c39438f751c29b1fc06e91b3a4e9c3') +md5sums=('ed13a9c3aeb68aaa98a1dd6f7947a31d') build() { export TARGET_ARCH=desktop diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD index f9d8ccebf..047355d08 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 72181 2012-06-09 21:54:04Z heftig $ +# $Id: PKGBUILD 80758 2012-12-03 10:07:15Z spupykin $ # Maintainer: Sergej Pupykin pkgname=hostapd -pkgver=1.0 -pkgrel=2 +pkgver=1.1 +pkgrel=1 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator" arch=('i686' 'x86_64') -url="http://hostap.epitest.fi/hostapd/" +url="http://w1.fi/hostapd/" license=('custom') depends=('openssl' 'libnl') backup=('etc/hostapd/hostapd.conf' @@ -21,9 +21,12 @@ backup=('etc/hostapd/hostapd.conf' 'etc/hostapd/hostapd.wpa_psk' 'etc/hostapd/wired.conf') install=hostapd.install -source=(http://hostap.epitest.fi/releases/$pkgname-$pkgver.tar.gz - config hostapd hostapd.conf.d hostapd.service) -md5sums=('236247a7bbd4f60d5fa3e99849d1ffc9' +source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz + config + hostapd + hostapd.conf.d + hostapd.service) +md5sums=('e3ace8306d066ab2d24b4c9f668e2dd7' '5d7ee10b04e33f22c37be56a4c33dddb' 'd570327c385f34a4af24d3a0d61cea19' 'f169534b0f59b341f6df1a21e0344511' diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD index b686bad3d..6a36c5ef9 100644 --- a/community/lazarus/PKGBUILD +++ b/community/lazarus/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 77496 2012-10-11 11:35:28Z spupykin $ +# $Id: PKGBUILD 80760 2012-12-03 10:07:51Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jens Adam (byte/jra) # Contributor: BlackIkeEagle pkgbase=lazarus pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt') -pkgver=1.0.2 +pkgver=1.0.4 _pkgsubver=0 pkgrel=1 url='http://www.lazarus.freepascal.org/' @@ -15,7 +15,7 @@ makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync') options=('!emptydirs' '!makeflags') source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz" 'lazcontrols2.diff') -md5sums=('738ee29686de71cd599b468eabf034e8' +md5sums=('1075f1d79a4e01784b2bbbcf4209a732' '288bca6ad5ade79deec34c3602daaaa9') build() { diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 731237742..895547afe 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79771 2012-11-12 09:04:51Z spupykin $ +# $Id: PKGBUILD 80762 2012-12-03 10:11:15Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Norberto Lopes # Contributor: Kao Dome @@ -7,7 +7,7 @@ pkgname=libmicrohttpd pkgver=0.9.23 -pkgrel=1 +pkgrel=2 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." arch=('i686' 'x86_64') url="http://www.gnu.org/software/libmicrohttpd/" diff --git a/community/libmicrohttpd/libmicrohttpd.install b/community/libmicrohttpd/libmicrohttpd.install index dc0d2b996..7129b1754 100644 --- a/community/libmicrohttpd/libmicrohttpd.install +++ b/community/libmicrohttpd/libmicrohttpd.install @@ -1,5 +1,5 @@ infodir=usr/share/info -filelist=(microhttpd.info microhttpd-tutorial.info) +filelist=(libmicrohttpd.info libmicrohttpd-tutorial.info) post_install() { [ -x usr/bin/install-info ] || return 0 diff --git a/community/polipo/PKGBUILD b/community/polipo/PKGBUILD index 7dc429c63..192c47071 100644 --- a/community/polipo/PKGBUILD +++ b/community/polipo/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 80595 2012-11-26 19:52:10Z eric $ +# $Id: PKGBUILD 80790 2012-12-03 18:01:33Z ttoepper $ # Maintainer: Thorsten Töpper # Contributor: Jelle van der Waa # Contributor: Thomas Holmquist @@ -7,7 +7,7 @@ pkgname=polipo pkgver=1.0.4.1 -pkgrel=8 +pkgrel=9 pkgdesc="A small and fast caching web proxy." arch=('i686' 'x86_64') url="http://www.pps.jussieu.fr/~jch/software/polipo/" @@ -20,7 +20,7 @@ source=("http://freehaven.net/~chrisd/polipo/polipo-$pkgver.tar.gz" md5sums=('bfc5c85289519658280e093a270d6703' '7406aad26807fb3a4e5f7b01ecb97a59' '685aa0c6070dee11c701932d23afcc6a' - 'a7cf48637a8ec8fe8d88754c399380c0') + '143ef45db99dc745b6c3a606847be9fe') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/polipo/polipo.service b/community/polipo/polipo.service index 59aeb9f3b..a4c0f6d94 100644 --- a/community/polipo/polipo.service +++ b/community/polipo/polipo.service @@ -1,5 +1,6 @@ [Unit] Description=Polipo Proxy Server +After=network.target [Service] Type=forking diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 761981615..21e31244a 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 79039 2012-10-29 14:32:21Z spupykin $ +# $Id: PKGBUILD 80794 2012-12-03 19:51:33Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jan-Erik Rediger # Contributor: nofxx .com> pkgname=redis -pkgver=2.6.2 +pkgver=2.6.7 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" "redis.d" "redis.service" "redis.logrotate") -md5sums=('4f788dfb3ee86c7e864dfe537870bb5a' +md5sums=('9c3db210faff9fea3c17f2b71c2760f4' '8d843919d9f165e9a47e56cadb4ac2ed' '5ab9fdb200e15c13b450fda77fa030b6' '9e2d75b7a9dc421122d673fe520ef17f') diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD index 8a18e68ee..a591ea4c0 100644 --- a/community/sage-mathematics/PKGBUILD +++ b/community/sage-mathematics/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 76484 2012-09-19 03:50:08Z dwallace $ +# $Id: PKGBUILD 80799 2012-12-03 23:13:56Z dwallace $ # Maintainer: Daniel Wallace # Contributor: Antonio Rojas < nqn1976 @ gmail.com > # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -7,7 +7,7 @@ # Special thanks to Nareto for moving the compile from the .install to the PKGBUILD pkgname=sage-mathematics -pkgver=5.3 +pkgver=5.4 pkgrel=1 pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.' url='http://www.sagemath.org' @@ -95,5 +95,5 @@ package() { } # vim :set ts=2 sw=2 et: -md5sums=('0de76f570c405ecfaa46839803978542' +md5sums=('2dea4a2ceea6d500f50260d2d6911bee' 'dc391f12b7d17dd37326343ec0e99bbd') diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index 944c93ccb..d3789e6e4 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 74832 2012-08-06 23:08:41Z andrea $ +# $Id: PKGBUILD 80754 2012-12-03 09:48:01Z stativ $ # Maintainer: Lukas Jirkovsky # Contributor: Mateusz Herych # Contributor: Eric Belanger # Contributor: Darwin Bautista pkgname=soundkonverter -pkgver=1.6.3 -pkgrel=2 +pkgver=1.6.4 +pkgrel=1 pkgdesc="Front-end to various audio converters" arch=('i686' 'x86_64') url="http://www.kde-apps.org/content/show.php?content=29024" @@ -31,7 +31,7 @@ optdepends=('cdrkit: cdda2wav backend' 'wavpack: wavpack backend') install=$pkgname.install source=("http://kde-apps.org/CONTENT/content-files/29024-${pkgname}-${pkgver}.tar.gz") -md5sums=('f617d9b73937d4576bc21fd359f4964b') +md5sums=('be01689be4c7e1811c57436ec45d7326') build() { cd "$srcdir"/$pkgname-$pkgver diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index 8e4cee10d..f2dfc58ed 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -1,29 +1,30 @@ -# $Id: PKGBUILD 80303 2012-11-19 15:56:56Z spupykin $ +# $Id: PKGBUILD 80766 2012-12-03 10:12:25Z spupykin $ # Maintainer: Sergej Pupykin -# Contributor: Kevin Piche +# Contributor: Mark Coolen # Contributor: Tom Newsom -# Maintainer: Mark Coolen +# Contributor: Kevin Piche -pkgname="squid" -pkgver="3.2.3" -pkgrel="1" -pkgdesc="A full-featured Web proxy cache server." -arch=('i686' 'x86_64') -url="http://www.squid-cache.org" +pkgname=squid +pkgver=3.2.4 +pkgrel=1 +pkgdesc='Full-featured Web proxy cache server' +arch=('x86_64' 'i686') +url='http://www.squid-cache.org' depends=('openssl' 'pam' 'cron' 'perl' 'libltdl') makedepends=('libcap') license=('GPL') +options=('emptydirs') backup=('etc/squid/squid.conf' 'etc/squid/mime.conf' 'etc/conf.d/squid') -install=squid.install +install=$pkgname.install source=("http://www.squid-cache.org/Versions/v3/3.2/$pkgname-$pkgver.tar.bz2" 'squid' 'squid.conf.d' 'squid.pam' 'squid.cron' 'squid.service') -md5sums=('b26171dfd397defd9ee113d555691b86' +md5sums=('5fd7d120c429aaeacdf008938a36cb94' '02f7b5bd793f778e40834fd6457d2199' '2383772ef94efddc7b920628bc7ac5b0' '270977cdd9b47ef44c0c427ab9034777' @@ -31,7 +32,7 @@ md5sums=('b26171dfd397defd9ee113d555691b86' '20e00e1aa1198786795f3da32db3c1d8') build() { - cd "$pkgname-$pkgver" + cd "$srcdir/$pkgname-$pkgver" # gcc 4.6 doesn't support -fhuge-objects. sed '/^ HUGE_OBJECT_FLAG=/ s/"-fhuge-objects"//' -i configure @@ -41,58 +42,56 @@ build() { sed '/^#cache_dir/ s/100/256/ /^NAME: cache_effective_group/ {n;n;s/none/proxy/}' -i src/cf.data.pre -./configure \ - --prefix=/usr \ - --datadir=/usr/share/squid \ - --sysconfdir=/etc/squid \ - --libexecdir=/usr/lib/squid \ - --localstatedir=/var \ - --with-logdir=/var/log/squid \ - --with-pidfile=/run/squid.pid \ - --enable-auth \ - --enable-auth-basic \ - --enable-auth-ntlm \ - --enable-auth-digest \ - --enable-auth-negotiate \ - --enable-removal-policies="lru,heap" \ - --enable-storeio="aufs,ufs,diskd" \ - --enable-delay-pools \ - --enable-arp-acl \ - --enable-ssl \ - --enable-snmp \ - --enable-linux-netfilter \ - --enable-ident-lookups \ - --enable-useragent-log \ - --enable-cache-digests \ - --enable-referer-log \ - --enable-arp-acl \ - --enable-htcp \ - --enable-carp \ - --enable-epoll \ - --with-filedescriptors=4096 \ - --with-large-files \ - --enable-arp-acl \ - --with-default-user=proxy \ - --enable-async-io \ - --enable-truncate - - + sed -i '1,1i#include ' helpers/external_acl/file_userip/ext_file_userip_acl.cc + ./configure \ + --prefix=/usr \ + --datadir=/usr/share/squid \ + --sysconfdir=/etc/squid \ + --libexecdir=/usr/lib/squid \ + --localstatedir=/var \ + --with-logdir=/var/log/squid \ + --with-pidfile=/run/squid.pid \ + --enable-auth \ + --enable-auth-basic \ + --enable-auth-ntlm \ + --enable-auth-digest \ + --enable-auth-negotiate \ + --enable-removal-policies="lru,heap" \ + --enable-storeio="aufs,ufs,diskd" \ + --enable-delay-pools \ + --enable-arp-acl \ + --enable-ssl \ + --enable-snmp \ + --enable-linux-netfilter \ + --enable-ident-lookups \ + --enable-useragent-log \ + --enable-cache-digests \ + --enable-referer-log \ + --enable-arp-acl \ + --enable-htcp \ + --enable-carp \ + --enable-epoll \ + --with-filedescriptors=4096 \ + --with-large-files \ + --enable-arp-acl \ + --with-default-user=proxy \ + --enable-async-io \ + --enable-truncate make } package() { - make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install - - install -Dm755 "$srcdir"/squid "$pkgdir"/etc/rc.d/squid - install -Dm755 "$srcdir"/squid.cron "$pkgdir"/etc/cron.weekly/squid - install -Dm644 "$srcdir"/squid.conf.d "$pkgdir"/etc/conf.d/squid - install -Dm644 "$srcdir"/squid.pam "$pkgdir"/etc/pam.d/squid + cd "$srcdir" - install -Dm644 "$srcdir/squid.service" "$pkgdir/usr/lib/systemd/system/squid.service" - - # random unneeded empty dir... - rmdir "$pkgdir/usr/include" + make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install + install -Dm755 "$srcdir/squid" "$pkgdir/etc/rc.d/squid" + install -Dm755 "$srcdir/squid.cron" "$pkgdir/etc/cron.weekly/squid" + install -Dm755 "$srcdir/squid.conf.d" "$pkgdir/etc/conf.d/squid" + install -Dm644 "$srcdir/squid.pam" "$pkgdir/etc/pam.d/squid" + install -Dm644 "$srcdir/squid.service" \ + "$pkgdir/usr/lib/systemd/system/squid.service" + rm -rf $pkgdir/run $pkgdir/var/run } # vim: ts=2 sw=2 et ft=sh diff --git a/community/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index 0fcb9e753..6d64134e9 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 77363 2012-10-09 04:19:10Z tdziedzic $ +# $Id: PKGBUILD 80796 2012-12-03 20:58:24Z jelle $ # Maintainer: Sergej Pupykin # Contributor: Arch Haskell Team pkgname=xmobar pkgver=0.16 -pkgrel=1 +pkgrel=3 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') @@ -13,16 +13,15 @@ depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr') makedepends=('ghc=7.6.1-1' 'haskell-x11=1.6.0.2' 'haskell-x11-xft=0.3.1' 'haskell-utf8-string' 'haskell-stm>=2.3' 'haskell-parsec>=3.1' 'haskell-mtl>=2') options=('strip') -#source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz xmobar-0.15-builddep.patch) -# Use Git snapshot for Ghc 7.6.1 rebuild -source=(ftp://ftp.archlinux.org/other/community/xmobar/xmobar-$pkgver.tar.gz +source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz 0001-Update-usage-of-catch-to-catchIOError-since-catch-ha.patch) - +md5sums=('b470f8253f8d2b014f59e9d657cc7ddd' + '149583c19ac3d0ad829f3138342bb9db') build() { cd ${srcdir}/xmobar patch -Np1 -i $srcdir/0001-Update-usage-of-catch-to-catchIOError-since-catch-ha.patch - runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_utf8 with_xft with_iwlib" + runhaskell Setup configure --disable-optimization --prefix=/usr --flags="with_threaded with_utf8 with_xft with_iwlib" runhaskell Setup build } @@ -32,6 +31,3 @@ package() { install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE } -md5sums=('b470f8253f8d2b014f59e9d657cc7ddd' - 'ffd6079c879f3b6ff7208a846d6ee241' - '149583c19ac3d0ad829f3138342bb9db') -- cgit v1.2.3-54-g00ecf