summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2016-05-06 09:59:02 +0200
committerMaxime Gauduin2016-05-06 09:59:02 +0200
commitc01fc6ad6fcf395d168dff20485b2f112d33a85e (patch)
tree04c7f8eb0c1709657dfa14665b252206088a471a /PKGBUILD
parenta8b584ab2e234b913d187775f44a2cab2171f861 (diff)
downloadaur-c01fc6ad6fcf395d168dff20485b2f112d33a85e.tar.gz
numix-bevel-icon-theme-git 0.r10.5f1b191-2
Remove install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 069dfcce6694..4d342cc962fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=numix-bevel-icon-theme-git
pkgver=0.r10.5f1b191
-pkgrel=1
+pkgrel=2
pkgdesc='Bevel icon theme from the Numix project'
arch=('any')
url='http://numixproject.org/'
@@ -12,14 +12,13 @@ makedepends=('git')
provides=('numix-bevel-icon-theme')
conflicts=('numix-bevel-icon-theme')
options=('!strip')
-install='numix-bevel-icon-theme.install'
source=('numix-bevel-icon-theme::git+https://github.com/numixproject/numix-icon-theme-bevel.git')
sha256sums=('SKIP')
pkgver() {
cd numix-bevel-icon-theme
- printf "0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ echo "0.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
package() {