[arch-commits] Commit in avfs/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Jun 29 22:19:43 UTC 2015
Date: Tuesday, June 30, 2015 @ 00:19:43
Author: arodseth
Revision: 136132
upgpkg: avfs 1.0.3-1
Modified:
avfs/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-06-29 22:01:07 UTC (rev 136131)
+++ PKGBUILD 2015-06-29 22:19:43 UTC (rev 136132)
@@ -4,24 +4,20 @@
# Contributor: K. Piche <kpiche at rogers.com>
pkgname=avfs
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Virtual filesystem that allows browsing of compressed files'
arch=('x86_64' 'i686')
license=('GPL' 'LGPL')
url='http://avf.sourceforge.net/'
-depends=('fuse' 'xz')
+depends=('fuse' 'xz' 'perl')
options=('!emptydirs')
source=("http://downloads.sourceforge.net/sourceforge/avf/$pkgname-$pkgver.tar.bz2")
-sha256sums=('52693953e8290281d441a898040c5ac2989f11bc1fcb83ca5063c37a125a1c9a')
+sha256sums=('c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8')
build() {
cd "$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --enable-library \
- --enable-fuse \
- --disable-static
+ ./configure --prefix=/usr --enable-library --enable-fuse --disable-static
make
}
More information about the arch-commits
mailing list