summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d85edcd48cad..bdb4663c789e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-# 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.4.0
+ pkgver = 1.5.19
pkgrel = 1
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.4.0.tar.gz
- md5sums = 56c28bc4d847b1485fc9da35f034047a
+ depends = zlib
+ depends = bzip2
+ source = http://www.seasip.info/Unix/LibDsk/libdsk-1.5.19.tar.gz
+ sha256sums = 5bcc39a3dacaff20a2a509df9f880c3b00d9fbd59e5771b9deae61d9795ebe41
pkgname = libdsk
-
diff --git a/PKGBUILD b/PKGBUILD
index 0ae5608915a4..64b0362b48c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Maintainer: Leonardo Brondani Schenkel <leonardo at schenkel dot net>
# Contributor: Feufochmar <feufochmar.gd@gmail.com>
pkgname=libdsk
-pkgver=1.4.0
+pkgver=1.5.19
pkgrel=1
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')
+sha256sums=('5bcc39a3dacaff20a2a509df9f880c3b00d9fbd59e5771b9deae61d9795ebe41')
build() {
cd "$srcdir/$pkgname-$pkgver"