summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2023-03-31 11:36:03 +0200
committertrougnouf2023-03-31 11:36:03 +0200
commitce65213f934717cd8024fbd4023c27318b5a510b (patch)
treeaa8570a112719002f8934cb4986d223443f1cd0f
parent89c126bcc2bf09741aa892191a36224518374e0a (diff)
downloadaur-ce65213f934717cd8024fbd4023c27318b5a510b.tar.gz
Apply UnseenArch patch
-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
}