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

2020-05-10 Thread Christian Rebischke via arch-commits
Date: Sunday, May 10, 2020 @ 23:32:07
  Author: shibumi
Revision: 626243

upgpkg: ascii 3.18-3 update .BUILDINFO

Modified:
  ascii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-10 23:12:50 UTC (rev 626242)
+++ PKGBUILD2020-05-10 23:32:07 UTC (rev 626243)
@@ -5,7 +5,7 @@
 
 pkgname=ascii
 pkgver=3.18
-pkgrel=2
+pkgrel=3
 pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
 arch=('x86_64')
 url='http://www.catb.org/~esr/ascii'


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

2020-05-06 Thread Jelle van der Waa via arch-commits
Date: Wednesday, May 6, 2020 @ 21:29:11
  Author: jelle
Revision: 625198

upgpkg: ascii 3.18-2

Rebuild for newer BUILDINFO

Modified:
  ascii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-06 21:19:54 UTC (rev 625197)
+++ PKGBUILD2020-05-06 21:29:11 UTC (rev 625198)
@@ -5,7 +5,7 @@
 
 pkgname=ascii
 pkgver=3.18
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
 arch=('x86_64')
 url='http://www.catb.org/~esr/ascii'


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

2017-08-02 Thread Christian Rebischke
Date: Wednesday, August 2, 2017 @ 18:29:43
  Author: shibumi
Revision: 247525

upgpkg: ascii 3.18-1

Modified:
  ascii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-02 17:54:28 UTC (rev 247524)
+++ PKGBUILD2017-08-02 18:29:43 UTC (rev 247525)
@@ -5,8 +5,8 @@
 # Contributor: Damir Perisa 
 
 pkgname=ascii
-pkgver=3.15
-pkgrel=2
+pkgver=3.18
+pkgrel=1
 pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
 arch=('i686' 'x86_64')
 url='http://www.catb.org/~esr/ascii'
@@ -13,11 +13,10 @@
 license=('BSD')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::http://www.catb.org/~esr/ascii/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('f03edc2a75421948974a67db607c59e988d116bd6b205b2458296348e00e4ed890a80df64e378ca48c26d9b889eec2276c9e08af1a31c4bdfa05e782926b5356')
+sha512sums=('f3a4354971ccbdb01a6eea4ee46818bccfef0fec8d640f0eeafa984a9116fcb829fe7979488bfe62744374e8783678b99710e09fcc2ddfc6c4068ba08ab73d5d')
 
 build() {
   cd "${pkgname}-${pkgver}"
-
   make
 }
 


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

2017-03-25 Thread Christian Rebischke
Date: Sunday, March 26, 2017 @ 01:31:42
  Author: shibumi
Revision: 219019

upgpkg: ascii 3.15-2 made minor PKGBUILD changes

Modified:
  ascii/trunk/PKGBUILD

--+
 PKGBUILD |   23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-26 01:29:25 UTC (rev 219018)
+++ PKGBUILD2017-03-26 01:31:42 UTC (rev 219019)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer : Christian Rebischke 
 # Contributor: Peter Lewis 
 # Contributor: Grigorios Bouzakis 
 # Contributor: Damir Perisa 
@@ -5,25 +6,25 @@
 
 pkgname=ascii
 pkgver=3.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 url='http://www.catb.org/~esr/ascii'
-license=(BSD)
-depends=(glibc)
-source=(http://www.catb.org/~esr/ascii/ascii-$pkgver.tar.gz)
-sha256sums=('ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f')
+license=('BSD')
+depends=('glibc')
+source=("${pkgname}-${pkgver}.tar.gz::http://www.catb.org/~esr/ascii/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('f03edc2a75421948974a67db607c59e988d116bd6b205b2458296348e00e4ed890a80df64e378ca48c26d9b889eec2276c9e08af1a31c4bdfa05e782926b5356')
 
 build() {
-  cd ascii-$pkgver
+  cd "${pkgname}-${pkgver}"
 
   make
 }
 
 package() {
-  cd ascii-$pkgver
+  cd "${pkgname}-${pkgver}"
 
-  install -D ascii $pkgdir/usr/bin/ascii
-  install -D -m644 ascii.1 $pkgdir/usr/share/man/man1/ascii.1
-  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -D -m755 ascii "${pkgdir}/usr/bin/ascii"
+  install -D -m644 ascii.1 "${pkgdir}/usr/share/man/man1/ascii.1"
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }


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

2016-03-05 Thread Anatol Pomozov
Date: Sunday, March 6, 2016 @ 01:54:22
  Author: anatolik
Revision: 165187

upgpkg: ascii 3.15-1

Modified:
  ascii/trunk/PKGBUILD

--+
 PKGBUILD |   33 ++---
 1 file changed, 14 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-05 23:28:51 UTC (rev 165186)
+++ PKGBUILD2016-03-06 00:54:22 UTC (rev 165187)
@@ -4,31 +4,26 @@
 # Contributor: Damir Perisa 
 
 pkgname=ascii
-pkgver=3.14
-pkgrel=2
-pkgdesc="Utility for conversion between various byte representations and the 
ASCII character table"
-arch=('i686' 'x86_64')
-url="http://www.catb.org/~esr/ascii;
-license=('BSD')
-depends=('glibc')
-source=("http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
+pkgver=3.15
+pkgrel=1
+pkgdesc='Utility for conversion between various byte representations and the 
ASCII character table'
+arch=(i686 x86_64)
+url='http://www.catb.org/~esr/ascii'
+license=(BSD)
+depends=(glibc)
+source=(http://www.catb.org/~esr/ascii/ascii-$pkgver.tar.gz)
+sha256sums=('ace1db8b64371d53d9ad420d341f2b542324ae70437e37b4b75646f12475ff5f')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ascii-$pkgver
 
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ascii-$pkgver
 
-  install -D ${pkgname} \
-${pkgdir}/usr/bin/${pkgname}
-
-  install -D -m644 ${pkgname}.1 \
-${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-  install -D -m644 COPYING \
-${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  install -D ascii $pkgdir/usr/bin/ascii
+  install -D -m644 ascii.1 $pkgdir/usr/share/man/man1/ascii.1
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }


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

2014-08-12 Thread Balló György
Date: Tuesday, August 12, 2014 @ 11:27:03
  Author: bgyorgy
Revision: 117255

upgpkg: ascii 3.14-2

Signing rebuild due to resigned TU

Modified:
  ascii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 09:18:44 UTC (rev 117254)
+++ PKGBUILD2014-08-12 09:27:03 UTC (rev 117255)
@@ -1,10 +1,11 @@
-# Maintainer: Peter Lewis ple...@aur.archlinux.org
+# $Id$
+# Contributor: Peter Lewis ple...@aur.archlinux.org
 # Contributor: Grigorios Bouzakis grb...@xsmail.com
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=ascii
 pkgver=3.14
-pkgrel=1
+pkgrel=2
 pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
 arch=('i686' 'x86_64')
 url=http://www.catb.org/~esr/ascii;



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

2014-01-05 Thread Peter Lewis
Date: Sunday, January 5, 2014 @ 21:24:38
  Author: plewis
Revision: 103422

upgpkg: ascii 3.14-1

Modified:
  ascii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-05 19:32:09 UTC (rev 103421)
+++ PKGBUILD2014-01-05 20:24:38 UTC (rev 103422)
@@ -3,7 +3,7 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=ascii
-pkgver=3.12
+pkgver=3.14
 pkgrel=1
 pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
 arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@
 license=('BSD')
 depends=('glibc')
 source=(http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-md5sums=('d06267813ac83ed511b7330f43fcc4ee')
+sha256sums=('7f0e3fbfe318a372428a1117ec9527ec0a88946323c8b15dc86634a11989bcd1')
 
 build() {
   cd ${pkgname}-${pkgver}



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

2013-06-23 Thread Bartłomiej Piotrowski
Date: Sunday, June 23, 2013 @ 16:26:01
  Author: bpiotrowski
Revision: 93056

upgpkg: ascii 3.12-1

- upstream release

Modified:
  ascii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-23 13:25:54 UTC (rev 93055)
+++ PKGBUILD2013-06-23 14:26:01 UTC (rev 93056)
@@ -3,15 +3,15 @@
 # Contributor: Damir Perisa damir.per...@bluewin.ch
 
 pkgname=ascii
-pkgver=3.11
-pkgrel=2
+pkgver=3.12
+pkgrel=1
 pkgdesc=Utility for conversion between various byte representations and the 
ASCII character table
 arch=('i686' 'x86_64')
 url=http://www.catb.org/~esr/ascii;
 license=('BSD')
 depends=('glibc')
 source=(http://www.catb.org/~esr/ascii/ascii-${pkgver}.tar.gz;)
-md5sums=('ba8a9392f8aa8c6b7a52923fba870579')
+md5sums=('d06267813ac83ed511b7330f43fcc4ee')
 
 build() {
   cd ${pkgname}-${pkgver}