summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3097e7cf31a7..0096bafc9c07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-dash-to-panel
pkgdesc = Extension for GNOME shell to combine the dash and main panel
pkgver = 56
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/home-sweet-gnome/dash-to-panel
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 2644c6041a06..e510ed69b39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnome-shell-extension-dash-to-panel
_name=dash-to-panel
pkgver=56
-pkgrel=1
+pkgrel=2
pkgdesc='Extension for GNOME shell to combine the dash and main panel'
arch=(any)
url="https://github.com/home-sweet-gnome/dash-to-panel"
@@ -15,6 +15,7 @@ sha256sums=('b04c01f7bbb0e140febd569574905dba880dba011968725a9a96a5bf23560ffe')
build() {
cd "${srcdir}/${_name}-${pkgver}"
+ sed -Ei "s/^\"version\": [0-9]+$/\"version\": ${pkgver}/" metadata.json
make VERSION="$pkgver" _build
}