summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPival812016-09-05 15:29:49 +0200
committerPival812016-09-05 15:29:49 +0200
commitcc05a35483949909394f9a369689db5eb62c7a79 (patch)
tree661e705558dad9da1aa18d5341ece869df8aaaad
parentf32a4825a0a07909bba0449d60e488961cd282b7 (diff)
downloadaur-cc05a35483949909394f9a369689db5eb62c7a79.tar.gz
yet another commit
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad44ebc5f905..5cb0f9c76a32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Sep 3 22:13:29 UTC 2016
+# Mon Sep 5 13:29:49 UTC 2016
pkgbase = booktabz
pkgdesc = Booktab - Libri di testo multimediali sul tuo tablet e sul tuo computer.
pkgver = 1.7
@@ -7,7 +7,6 @@ pkgbase = booktabz
url = http://booktab.it
arch = x86_64
license = unknown
- depends = dpkg
noextract = BooktabZSetup-16.04.deb
source = https://booktab.it/setup-z/BooktabZSetup-16.04.deb
md5sums = 07a7fb9efb841a1b52ca6e9fa9c8b505
diff --git a/PKGBUILD b/PKGBUILD
index 3267d3501e37..486d8a02190f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,12 @@ pkgdesc="Booktab - Libri di testo multimediali sul tuo tablet e sul tuo computer
arch=("x86_64")
url="http://booktab.it"
license=('unknown')
-depends=('dpkg')
source=('https://booktab.it/setup-z/BooktabZSetup-16.04.deb')
noextract=('BooktabZSetup-16.04.deb')
md5sums=('07a7fb9efb841a1b52ca6e9fa9c8b505')
package() {
- cd $srcdir
- dpkg-deb -x BooktabZSetup-16.04.deb $pkgdir
+ bsdtar -Oxf $srcdir/BooktabZSetup-16.04.deb --include data.tar.xz | tar -C $pkgdir -Jxf -
find $pkgdir/usr -type d -exec chmod 755 {} \;
}