summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785d52e9e40e..9ce518f49580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = livewallpaper
+pkgbase = livewallpaper-bzr
pkgdesc = OpenGL powered animated wallpapers with configuration utility, autostart, and application indicator.
pkgver = 0.5.0.r333
pkgrel = 1
@@ -20,8 +20,9 @@ pkgbase = livewallpaper
depends = python-cairo
depends = python-opengl
depends = glew
- source = livewallpaper::bzr+https://launchpad.net/livewallpaper/trunk
- sha256sums = SKIP
+ replaces = livewallpaper
+ source = livewallpaper-bzr::bzr+https://launchpad.net/livewallpaper/trunk
+ sha1sums = SKIP
-pkgname = livewallpaper
+pkgname = livewallpaper-bzr
diff --git a/PKGBUILD b/PKGBUILD
index b50f58f13cca..7cde795cae7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# 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')
@@ -16,14 +16,10 @@ 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}"