summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b50f58f13cca..da1fb8247250 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,29 +1,25 @@
# Maintainer: Salamandar <felix@piedallu.me>
-pkgname=livewallpaper
+pkgname=livewallpaper-bzr
pkgdesc="OpenGL powered animated wallpapers with configuration utility, autostart, and application indicator."
url="https://launchpad.net/livewallpaper"
license=('GPL3')
pkgver=0.5.0.r333
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686')
makedepends=(
- 'bzr' 'cmake' 'ninja' 'vala' 'intltool' 'xcftools'
+ 'bzr' 'cmake' 'ninja' 'vala' 'intltool' 'xcftools' 'python-dulwich'
)
depends=(
'libpeas' 'upower' 'libappindicator-gtk3' 'gobject-introspection'
'python' 'python-cairo' 'python-opengl' 'glew'
)
+replaces=('livewallpaper')
-source=(
- "${pkgname}"::'bzr+https://launchpad.net/livewallpaper/trunk'
-)
-
-sha256sums=(
- 'SKIP'
-)
+source=("${pkgname}"::'bzr+https://launchpad.net/livewallpaper/trunk')
+sha1sums=('SKIP')
pkgver() {
cd "${pkgname}"