summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d85edcd48cad..830a329327e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 01:13:15 UTC 2016
+# Sun Mar 6 14:13:36 UTC 2016
pkgbase = libdsk
pkgdesc = A library for accessing floppy drive and disc images files
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.seasip.info/Unix/LibDsk/index.html
arch = i686
arch = x86_64
arch = armv7h
license = LGPL
+ depends = zlib
+ depends = bzip2
source = http://www.seasip.info/Unix/LibDsk/libdsk-1.4.0.tar.gz
md5sums = 56c28bc4d847b1485fc9da35f034047a
diff --git a/PKGBUILD b/PKGBUILD
index 0ae5608915a4..39a697361f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Contributor: Feufochmar <feufochmar.gd@gmail.com>
pkgname=libdsk
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library for accessing floppy drive and disc images files"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.seasip.info/Unix/LibDsk/index.html"
license=('LGPL')
-depends=()
+depends=('zlib' 'bzip2')
source=(http://www.seasip.info/Unix/LibDsk/$pkgname-$pkgver.tar.gz)
md5sums=('56c28bc4d847b1485fc9da35f034047a')