diff options
author | Feufochmar | 2016-03-06 02:20:50 +0100 |
---|---|---|
committer | Feufochmar | 2016-03-06 02:20:50 +0100 |
commit | 1d1bbb868c822dafbc73ac2840061a6e12c437fb (patch) | |
tree | 11b66886fb7e8b0c0dea6646f1a48e7a96dab169 | |
parent | a269f96d0dbd7b5fe296f17e8905e8dfb8f37b78 (diff) | |
download | aur-1d1bbb868c822dafbc73ac2840061a6e12c437fb.tar.gz |
Update to version 1.4.0
-rw-r--r-- | .SRCINFO | 11 | ||||
-rw-r--r-- | PKGBUILD | 10 |
2 files changed, 12 insertions, 9 deletions
@@ -1,13 +1,16 @@ +# Generated by mksrcinfo v8 +# Sun Mar 6 01:13:15 UTC 2016 pkgbase = libdsk pkgdesc = A library for accessing floppy drive and disc images files - pkgver = 1.3.5 + pkgver = 1.4.0 pkgrel = 1 - url = http://www.seasip.demon.co.uk/Unix/LibDsk/ + url = http://www.seasip.info/Unix/LibDsk/index.html arch = i686 arch = x86_64 + arch = armv7h license = LGPL - source = http://www.seasip.info/Unix/LibDsk/libdsk-1.3.5.tar.gz - md5sums = d768c1694c2ed8d58a47b253bb920c1f + source = http://www.seasip.info/Unix/LibDsk/libdsk-1.4.0.tar.gz + md5sums = 56c28bc4d847b1485fc9da35f034047a pkgname = libdsk @@ -1,14 +1,14 @@ -# Contributor: Feufochmar <feufochmar@d-20.fr> +# Contributor: Feufochmar <feufochmar.gd@gmail.com> pkgname=libdsk -pkgver=1.3.5 +pkgver=1.4.0 pkgrel=1 pkgdesc="A library for accessing floppy drive and disc images files" -arch=('i686' 'x86_64') -url="http://www.seasip.demon.co.uk/Unix/LibDsk/" +arch=('i686' 'x86_64' 'armv7h') +url="http://www.seasip.info/Unix/LibDsk/index.html" license=('LGPL') depends=() source=(http://www.seasip.info/Unix/LibDsk/$pkgname-$pkgver.tar.gz) -md5sums=('d768c1694c2ed8d58a47b253bb920c1f') +md5sums=('56c28bc4d847b1485fc9da35f034047a') build() { cd "$srcdir/$pkgname-$pkgver" |