summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3145abb29347..b1adac86bc51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,17 @@
-# Generated by mksrcinfo v8
-# Fri May 6 07:59:02 UTC 2016
-pkgbase = numix-bevel-icon-theme-git
+pkgbase = numix-bevel-icon-theme-bzr
pkgdesc = Bevel icon theme from the Numix project
- pkgver = 0.r10.5f1b191
- pkgrel = 2
+ pkgver = r8
+ pkgrel = 1
url = http://numixproject.org/
arch = any
license = GPL3
- makedepends = git
+ makedepends = bzr
depends = numix-icon-theme-git
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
-pkgname = numix-bevel-icon-theme-git
+pkgname = numix-bevel-icon-theme-bzr
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() {