[arch-commits] Commit in ifuse/trunk (PKGBUILD)
Giancarlo Razzolini
grazzolini at archlinux.org
Mon Nov 12 19:11:53 UTC 2018
Date: Monday, November 12, 2018 @ 19:11:52
Author: grazzolini
Revision: 406456
upgpkg: ifuse 1.1.3-5
Modified:
ifuse/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-12 19:04:40 UTC (rev 406455)
+++ PKGBUILD 2018-11-12 19:11:52 UTC (rev 406456)
@@ -5,7 +5,7 @@
pkgname=ifuse
pkgver=1.1.3
-pkgrel=4
+pkgrel=5
pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
url='http://libimobiledevice.org/'
arch=('x86_64')
@@ -12,13 +12,13 @@
license=('LGPL2.1')
depends=('libimobiledevice' 'fuse2')
source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2")
-md5sums=('83478c7b531b26db286c293bb25bd917')
-sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
+md5sums=('30740edd3ea13b4361b3f1c09c6291fc')
+sha256sums=('ab42b61ed380eb9c44772ba9c5e38420cfc4bd112155e50181d9fd6fd5358852')
build() {
cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./autogen.sh --prefix=/usr
make
}
More information about the arch-commits
mailing list