summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrougnouf2023-03-31 11:36:03 +0200
committertrougnouf2023-03-31 11:36:03 +0200
commitce65213f934717cd8024fbd4023c27318b5a510b (patch)
treeaa8570a112719002f8934cb4986d223443f1cd0f /PKGBUILD
parent89c126bcc2bf09741aa892191a36224518374e0a (diff)
downloadaur-ce65213f934717cd8024fbd4023c27318b5a510b.tar.gz
Apply UnseenArch patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
}