summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee928785e601..29a1b2210543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = Move the dash out of the overview transforming it in a dock
pkgver = 72+1+gb695cee
- pkgrel = 1
+ pkgrel = 2
url = https://micheleg.github.io/dash-to-dock/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 804dec1d02e3..f2b69e872f97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gnome-shell-extension-dash-to-dock
_pkgname=dash-to-dock
pkgver=72+1+gb695cee
-pkgrel=1
+pkgrel=2
pkgdesc="Move the dash out of the overview transforming it in a dock"
arch=('any')
url="https://micheleg.github.io/dash-to-dock/"
@@ -31,6 +31,10 @@ build() {
package() {
cd "${srcdir}"/${_pkgname}
+ sed -i 's/ubuntu-dock@ubuntu\.com/dash-to-dock@micxgx\.gmail\.com/g' Makefile
+ sed -i 's/ubuntu-dock@ubuntu\.com/dash-to-dock@micxgx\.gmail\.com/g' metadata.json
+ sed -i 's/Ubuntu Dock/Dash to Dock/g' metadata.json
+ sed -i 's/^"version": 71/"version": 72/g' metadata.json
make DESTDIR="${pkgdir}" VERSION="${pkgver}" install
}