summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f575354bfe5..41afdf52044d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,12 @@ pkgbase = libduck1
pkgdesc = A Daisy 2.02 parser API, libduck is a C library for parsing DTB (Digital Talking Book). Currently, only the Daisy 2.02 format is supported
pkgver = 1.1.2
pkgrel = 1
- url = https://daisy.geexbox.org
+ url = https://github.com/Skywalker13/libduck
arch = x86_64
license = GPL3
license = LGPL2.1
- makedepends = tar
depends = libxml2
- source = libduck1-1.1.2.deb::https://daisy.geexbox.org/releases/libduck1_1.1.2-1_amd64.deb
+ source = libduck1-1.1.2.deb::https://github.com/Skywalker13/DaisyDuck/releases/download/v1.0.3/libduck1_1.1.2-1_amd64.deb
sha256sums = c9f3ee8d60655551571fb9c903e31bcb680c7b8c49d673b3c77d36fc7a2e6270
pkgname = libduck1
-
diff --git a/PKGBUILD b/PKGBUILD
index 1e60890293f5..04f0d4b18924 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
+# Maintainer: Naglis Jonaitis <naglis at mailbox dot org>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=libduck1
pkgver=1.1.2
pkgrel=1
pkgdesc="A Daisy 2.02 parser API, libduck is a C library for parsing DTB (Digital Talking Book). Currently, only the Daisy 2.02 format is supported"
arch=('x86_64')
-url='https://daisy.geexbox.org'
+url='https://github.com/Skywalker13/libduck'
license=('GPL3' 'LGPL2.1')
depends=('libxml2')
-makedepends=('tar')
-source=("${pkgname}-${pkgver}.deb::https://daisy.geexbox.org/releases/libduck1_${pkgver}-1_amd64.deb")
+source=("${pkgname}-${pkgver}.deb::https://github.com/Skywalker13/DaisyDuck/releases/download/v1.0.3/libduck1_${pkgver}-1_amd64.deb")
sha256sums=('c9f3ee8d60655551571fb9c903e31bcb680c7b8c49d673b3c77d36fc7a2e6270')
package() {
- tar xvf data.tar.xz -C "${pkgdir}/"
+ bsdtar -xvf data.tar.xz -C "${pkgdir}/"
rm "${pkgdir}/usr/share/doc/libduck1/changelog.Debian.gz"
rm "${pkgdir}/usr/share/doc/libduck1/copyright"
-} \ No newline at end of file
+}