summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Freund2016-10-20 14:59:50 +0200
committerAdrian Freund2016-10-20 14:59:50 +0200
commit922ba257c73e418cedbd1e1094b8beea6dfe294b (patch)
tree8e3f6809fbc337c5becf5c73016a3992952f14e8 /PKGBUILD
parentc01fc6ad6fcf395d168dff20485b2f112d33a85e (diff)
downloadaur-numix-bevel-icon-theme-bzr.tar.gz
Moved from git to bzr, as the git repo was deleted
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d342cc962fe..f74368a9f009 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,24 @@
-# Maintainer: Maxime Gauduin <alucryd@gmail.dom>
+# Maintainer: Adrian Freund <freundadrian@gmail.dom>
-pkgname=numix-bevel-icon-theme-git
-pkgver=0.r10.5f1b191
-pkgrel=2
+pkgname=numix-bevel-icon-theme-bzr
+pkgver=r8
+pkgrel=1
pkgdesc='Bevel icon theme from the Numix project'
arch=('any')
url='http://numixproject.org/'
license=('GPL3')
depends=('numix-icon-theme-git')
-makedepends=('git')
+makedepends=('bzr')
provides=('numix-bevel-icon-theme')
conflicts=('numix-bevel-icon-theme')
options=('!strip')
-source=('numix-bevel-icon-theme::git+https://github.com/numixproject/numix-icon-theme-bevel.git')
+source=('numix-bevel-icon-theme::bzr+lp:numix-bevel')
sha256sums=('SKIP')
pkgver() {
cd numix-bevel-icon-theme
- echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ printf "r%s" "$(bzr revno)"
}
package() {