[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2019-03-04 Thread Giancarlo Razzolini via arch-commits
Date: Monday, March 4, 2019 @ 18:10:29
  Author: grazzolini
Revision: 437559

upgpkg: ifuse 1.1.3-6

use-https-in-the-url-field

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-04 18:05:59 UTC (rev 437558)
+++ PKGBUILD2019-03-04 18:10:29 UTC (rev 437559)
@@ -5,9 +5,9 @@
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=5
+pkgrel=6
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
-url='http://libimobiledevice.org/'
+url='https://libimobiledevice.org/'
 arch=('x86_64')
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse2')


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2018-11-12 Thread Giancarlo Razzolini via arch-commits
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
===
--- PKGBUILD2018-11-12 19:04:40 UTC (rev 406455)
+++ PKGBUILD2018-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
 }
 


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2017-02-21 Thread Giancarlo Razzolini
Date: Wednesday, February 22, 2017 @ 02:53:11
  Author: grazzolini
Revision: 213388

upgpkg: ifuse 1.1.3-4

Changed the source fetching to https, using libimobiledevice
cgit. Also, install the missing license file.

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-22 01:31:29 UTC (rev 213387)
+++ PKGBUILD2017-02-22 02:53:11 UTC (rev 213388)
@@ -1,18 +1,20 @@
 # $Id$
-# Maintainer:  Federico Cinelli 
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Federico Cinelli 
 # Contributor: Thomas Dziedzic  < gostrc at gmail >
 # Contributor: Gabriel Martinez < reitaka at gmail dot com >
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse2')
-source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
+source=("https://cgit.libimobiledevice.org/ifuse.git/snapshot/$pkgname-$pkgver.tar.bz2;)
 md5sums=('83478c7b531b26db286c293bb25bd917')
+sha256sums=('a788de66fb7720c84a5a775df415f78bbfb7c467a76c732d23292c6986252add')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -24,4 +26,5 @@
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2015-03-03 Thread Jan de Groot
Date: Tuesday, March 3, 2015 @ 10:10:28
  Author: jgc
Revision: 128594

upgpkg: ifuse 1.1.3-3

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-03-03 09:06:53 UTC (rev 128593)
+++ PKGBUILD2015-03-03 09:10:28 UTC (rev 128594)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=2
+pkgrel=3
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2014-11-15 Thread Bartłomiej Piotrowski
Date: Saturday, November 15, 2014 @ 16:07:25
  Author: bpiotrowski
Revision: 122618

upgpkg: ifuse 1.1.3-2

rebuild against libimobiledevice 1.1.7

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-11-15 15:06:16 UTC (rev 122617)
+++ PKGBUILD2014-11-15 15:07:25 UTC (rev 122618)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2013-05-11 Thread Tom Gundersen
Date: Saturday, May 11, 2013 @ 18:04:24
  Author: tomegun
Revision: 90339

upgpkg: ifuse 1.1.2-4

libimobiledevice rebuild

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 16:04:21 UTC (rev 90338)
+++ PKGBUILD2013-05-11 16:04:24 UTC (rev 90339)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2013-03-11 Thread Federico Cinelli
Date: Tuesday, March 12, 2013 @ 02:33:41
  Author: cinelli
Revision: 86103

upgpkg: ifuse 1.1.2-3

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-12 01:24:40 UTC (rev 86102)
+++ PKGBUILD2013-03-12 01:33:41 UTC (rev 86103)
@@ -5,7 +5,7 @@
 
 pkgname=ifuse
 pkgver=1.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc='A fuse filesystem to access the contents of an iPhone or iPod Touch'
 url='http://libimobiledevice.org/'
 arch=('i686' 'x86_64')



[arch-commits] Commit in ifuse/trunk (PKGBUILD)

2013-03-01 Thread Federico Cinelli
Date: Saturday, March 2, 2013 @ 03:09:39
  Author: cinelli
Revision: 85491

upgpkg: ifuse 1.1.2-2

Modified:
  ifuse/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-02 02:07:10 UTC (rev 85490)
+++ PKGBUILD2013-03-02 02:09:39 UTC (rev 85491)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Thomas Dziedzic  gostrc at gmail 
+# Maintainer:  Federico Cinelli cine...@aur.archlinux.org
+# Contributor: Thomas Dziedzic   gostrc at gmail 
 # Contributor: Gabriel Martinez  reitaka at gmail dot com 
 
 pkgname=ifuse
@@ -10,17 +11,17 @@
 arch=('i686' 'x86_64')
 license=('LGPL2.1')
 depends=('libimobiledevice' 'fuse')
-source=(http://www.libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2;)
+source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2;)
 md5sums=('4152526b2ac3c505cb41797d997be14d')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
 }