summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-01-20 03:22:31 -0800
committerJohnathan Jenkins2017-01-20 03:22:31 -0800
commit05a1886a8744c9caddb0465815f5115af6e8bccf (patch)
treebe0209d21b5d372b545c6866e672fbe6816e25b1
parent81a643b9fe715af5e9cb2a84b46c74fe8887ced1 (diff)
downloadaur-05a1886a8744c9caddb0465815f5115af6e8bccf.tar.gz
use debian orig removing bzr dep
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf7a0b66bc1..55712e8a99f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Sat Jan 14 19:26:34 UTC 2017
+# Fri Jan 20 11:22:10 UTC 2017
pkgbase = libunity
pkgdesc = Library for instrumenting and integrating with all aspects of the Unity shell
pkgver = 7.1.4
- pkgrel = 3
+ pkgrel = 4
url = https://launchpad.net/libunity
arch = i686
arch = x86_64
license = LGPL
- makedepends = bzr
makedepends = gnome-common
makedepends = gobject-introspection
makedepends = intltool
@@ -16,7 +15,7 @@ pkgbase = libunity
depends = dee
depends = gtk3
depends = libdbusmenu-glib
- source = libunity-7.1.4::bzr+lp:libunity#revision=324
+ source = https://launchpad.net/ubuntu/+archive/primary/+files/libunity_7.1.4+16.10.20160516.orig.tar.gz
sha256sums = SKIP
pkgname = libunity
diff --git a/PKGBUILD b/PKGBUILD
index 8386bfbbc88d..b284b30d566f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=libunity
pkgver=7.1.4
-pkgrel=3
+pkgrel=4
pkgdesc='Library for instrumenting and integrating with all aspects of the Unity shell'
arch=('i686' 'x86_64')
url='https://launchpad.net/libunity'
license=('LGPL')
depends=('dee' 'gtk3' 'libdbusmenu-glib')
-makedepends=('bzr' 'gnome-common' 'gobject-introspection' 'intltool' 'vala')
-source=("${pkgname}-${pkgver}::bzr+lp:${pkgname}#revision=324")
+makedepends=('gnome-common' 'gobject-introspection' 'intltool' 'vala')
+source=("https://launchpad.net/ubuntu/+archive/primary/+files/libunity_$pkgver+16.10.20160516.orig.tar.gz")
sha256sums=('SKIP')
build() {