summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Minnocci2024-05-04 15:02:04 +0200
committerFrancesco Minnocci2024-05-04 15:02:04 +0200
commit9c4d5e9701c51ce6c893b2bde03926f867b54532 (patch)
tree69f8450ad09b9d741f1095c15b6379a9dfeff271
parentf034e26f9d46f7930d6df2ecd097df97cf26eabb (diff)
downloadaur-shantz-xwinwrap-bzr.tar.gz
Fix build
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c425a20f32c0..db6babee8a61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = shantz-xwinwrap-bzr
pkgdesc = Utility to play Movies on your Desktop Or ElectricSheep
pkgver = 20090421
- pkgrel = 5
+ pkgrel = 6
url = https://shantanugoel.com/2008/09/03/shantz-xwinwrap/
arch = i686
arch = x86_64
license = MIT
makedepends = bzr
makedepends = python-dulwich
+ makedepends = python-tzlocal
+ makedepends = python-launchpadlib
depends = libxext
depends = libxrender
provides = xwinwrap
diff --git a/PKGBUILD b/PKGBUILD
index 18be5e1bcf3a..35d386d8db2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=shantz-xwinwrap-bzr
pkgver=20090421
-pkgrel=5
+pkgrel=6
pkgdesc="Utility to play Movies on your Desktop Or ElectricSheep"
[ "$CARCH" = "i686" ] && ARCH=x86
[ "$CARCH" = "x86_64" ] && ARCH=x86_64
@@ -15,7 +15,7 @@ license=(MIT)
depends=(libxext libxrender)
provides=('xwinwrap')
conflicts=('xwinwrap')
-makedepends=('bzr' 'python-dulwich')
+makedepends=('bzr' 'python-dulwich' 'python-tzlocal' 'python-launchpadlib')
source=('LICENSE')
sha512sums=('SKIP')
@@ -34,7 +34,7 @@ build() {
fi
}
package() {
- cd ${srcdir}
+ cd ${srcdir}
if [ "$CARCH" == "i686" ]; then
install -D -m0755 xwinwrap/i386/xwinwrap ${pkgdir}/usr/bin/xwinwrap
else