summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ba073341ba..8dc1d0ea776a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 7 15:17:11 UTC 2016
+# Fri Feb 19 20:21:58 UTC 2016
pkgbase = gnome-shell-extension-dash-to-dock-git
pkgdesc = A gnome-shell extension that transforms the dash into an intellihide dock
pkgver = 50
- pkgrel = 1
+ pkgrel = 2
url = https://micheleg.github.io/dash-to-dock/
install = gschemas.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f58c8bbc4b60..6de58ec054a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gnome-shell-extension-dash-to-dock-git
pkgver=50
-pkgrel=1
+pkgrel=2
pkgdesc="A gnome-shell extension that transforms the dash into an intellihide dock"
arch=('any')
url="https://micheleg.github.io/dash-to-dock/"
@@ -30,7 +30,7 @@ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
build() {
cd "$_gitname"
- make _build
+ make VERSION="$pkgver" _build
}
package() {