summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
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
}