summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11f7526511d..d85edcd48cad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index b3aaacac2119..0ae5608915a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"