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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 18:59:07
  Author: felixonmars
Revision: 660116

upgpkg: atool 0.39.0-7: reproducibility rebuild

Modified:
  atool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 18:56:44 UTC (rev 660115)
+++ PKGBUILD2020-07-07 18:59:07 UTC (rev 660116)
@@ -5,7 +5,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A script for managing file archives of various types"
 arch=('any')
 url="https://www.nongnu.org/atool/;


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

2019-05-27 Thread Antonio Rojas via arch-commits
Date: Monday, May 27, 2019 @ 20:36:07
  Author: arojas
Revision: 472001

https

Modified:
  atool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 20:35:15 UTC (rev 472000)
+++ PKGBUILD2019-05-27 20:36:07 UTC (rev 472001)
@@ -8,7 +8,7 @@
 pkgrel=6
 pkgdesc="A script for managing file archives of various types"
 arch=('any')
-url="http://www.nongnu.org/atool/;
+url="https://www.nongnu.org/atool/;
 license=('GPL3')
 depends=('file' 'perl')
 optdepends=('bzip2: for using atool with bzip2 compressed archives'
@@ -24,7 +24,7 @@
 'zip: for using atool for creating zip archives'
 'unzip: for using atool for unpacking archives')
 changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+source=(https://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
 validpgpkeys=('4E6E6521EF300E30457D7AFB8AAAC30E7088EFCB') # Oskar Liljeblad 

 sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b'
 'SKIP')


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 22:51:32
  Author: foutrelis
Revision: 405105

PIE/BUILDINFO rebuild

Modified:
  atool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 22:51:24 UTC (rev 405104)
+++ PKGBUILD2018-11-09 22:51:32 UTC (rev 405105)
@@ -5,7 +5,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A script for managing file archives of various types"
 arch=('any')
 url="http://www.nongnu.org/atool/;


[arch-commits] Commit in atool/trunk (PKGBUILD atool.changelog)

2016-12-10 Thread Jaroslav Lichtblau
Date: Saturday, December 10, 2016 @ 10:06:24
  Author: jlichtblau
Revision: 198726

upgpkg: atool 0.39.0-5 - FS#52094 fix

Modified:
  atool/trunk/PKGBUILD
  atool/trunk/atool.changelog

-+
 PKGBUILD|   12 +++-
 atool.changelog |3 +++
 2 files changed, 10 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-10 10:04:29 UTC (rev 198725)
+++ PKGBUILD2016-12-10 10:06:24 UTC (rev 198726)
@@ -6,7 +6,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A script for managing file archives of various types"
 arch=('any')
 url="http://www.nongnu.org/atool/;
@@ -25,17 +25,19 @@
 'zip: for using atool for creating zip archives'
 'unzip: for using atool for unpacking archives')
 changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b')
+source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
+validpgpkeys=('4E6E6521EF300E30457D7AFB8AAAC30E7088EFCB') # Oskar Liljeblad 

+sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b'
+'SKIP')
 
 build() {
   cd "${srcdir}"/${pkgname}-${pkgver}
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sysconfdir=/etc
 }
 
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}
 
-  make prefix="${pkgdir}"/usr install
+  make DESTDIR="${pkgdir}" install
 }

Modified: atool.changelog
===
--- atool.changelog 2016-12-10 10:04:29 UTC (rev 198725)
+++ atool.changelog 2016-12-10 10:06:24 UTC (rev 198726)
@@ -1,3 +1,6 @@
+2016-12-10 Jaroslav Lichtblau 
+   * atool 0.39.0-5 FS#52094
+
 2016-04-16 Jaroslav Lichtblau 
* atool 0.39.0-4 FS#48958
 


[arch-commits] Commit in atool/trunk (PKGBUILD atool.changelog)

2016-04-15 Thread Jaroslav Lichtblau
Date: Saturday, April 16, 2016 @ 07:43:29
  Author: jlichtblau
Revision: 171161

upgpkg: atool 0.39.0-4 - FS#48958 fix

Modified:
  atool/trunk/PKGBUILD
  atool/trunk/atool.changelog

-+
 PKGBUILD|5 +++--
 atool.changelog |   17 ++---
 2 files changed, 13 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-16 05:31:12 UTC (rev 171160)
+++ PKGBUILD2016-04-16 05:43:29 UTC (rev 171161)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: leif_thande 
 # Contributor: tranquility 
 # Contributor: Daniel J Griffiths 
@@ -6,7 +6,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A script for managing file archives of various types"
 arch=('any')
 url="http://www.nongnu.org/atool/;
@@ -21,6 +21,7 @@
 'p7zip: for using atool with 7z archives'
 'tar: for using atool with tar archives'
 'unace: for using atool with ace archives'
+'unrar: for using atool with rar archives'
 'zip: for using atool for creating zip archives'
 'unzip: for using atool for unpacking archives')
 changelog=$pkgname.changelog

Modified: atool.changelog
===
--- atool.changelog 2016-04-16 05:31:12 UTC (rev 171160)
+++ atool.changelog 2016-04-16 05:43:29 UTC (rev 171161)
@@ -1,21 +1,24 @@
-2014-07-05 Jaroslav Lichtblau 
+2016-04-16 Jaroslav Lichtblau 
+   * atool 0.39.0-4 FS#48958
+
+2014-07-05 Jaroslav Lichtblau 
* atool 0.39.0-3 mtree rebuild
 
-2012-04-19 Jaroslav Lichtblau 
+2012-04-19 Jaroslav Lichtblau 
* atool 0.39.0-1
 
-2012-02-21 Jaroslav Lichtblau 
+2012-02-21 Jaroslav Lichtblau 
* atool 0.38.0-2
* signing package
 
-2011-08-20 Jaroslav Lichtblau 
+2011-08-20 Jaroslav Lichtblau 
* Updated to major version 0.38.0
 
-2009-08-16 Jaroslav Lichtblau 
+2009-08-16 Jaroslav Lichtblau 
* Updated to major version 0.37.0
 
-2008-10-05 Jaroslav Lichtblau 
+2008-10-05 Jaroslav Lichtblau 
* Updated to major version 0.36.0
 
-2008-10-05 Jaroslav Lichtblau 
+2008-10-05 Jaroslav Lichtblau 
* Moved to [community] repo


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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 08:49:19
  Author: fyan
Revision: 115062

upgpkg: atool 0.39.0-2

mtree rebuild

Modified:
  atool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 06:48:16 UTC (rev 115061)
+++ PKGBUILD2014-07-05 06:49:19 UTC (rev 115062)
@@ -6,7 +6,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A script for managing file archives of various types
 arch=('any')
 url=http://www.nongnu.org/atool/;



[arch-commits] Commit in atool/trunk (PKGBUILD atool.changelog)

2014-07-05 Thread Jaroslav Lichtblau
Date: Saturday, July 5, 2014 @ 19:57:54
  Author: jlichtblau
Revision: 115146

mtree rebuild: atool 0.39.0-3

Modified:
  atool/trunk/PKGBUILD
  atool/trunk/atool.changelog

-+
 PKGBUILD|8 
 atool.changelog |3 +++
 2 files changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-05 17:55:47 UTC (rev 115145)
+++ PKGBUILD2014-07-05 17:57:54 UTC (rev 115146)
@@ -6,7 +6,7 @@
 
 pkgname=atool
 pkgver=0.39.0
-pkgrel=2
+pkgrel=3
 pkgdesc=A script for managing file archives of various types
 arch=('any')
 url=http://www.nongnu.org/atool/;
@@ -28,13 +28,13 @@
 sha256sums=('aaf60095884abb872e25f8e919a8a63d0dabaeca46faeba87d12812d6efc703b')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${srcdir}/${pkgname}-${pkgver}
 
-  make prefix=${pkgdir}/usr install
+  make prefix=${pkgdir}/usr install
 }

Modified: atool.changelog
===
--- atool.changelog 2014-07-05 17:55:47 UTC (rev 115145)
+++ atool.changelog 2014-07-05 17:57:54 UTC (rev 115146)
@@ -1,3 +1,6 @@
+2014-07-05 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+   * atool 0.39.0-3 mtree rebuild
+
 2012-04-19 Jaroslav Lichtblau dragonl...@aur.archlinux.org
* atool 0.39.0-1