summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach2016-11-11 13:31:08 -0700
committerZach2016-11-11 13:31:08 -0700
commit22e5a67bed38da93a96e370e9facc1f7d43e8c2a (patch)
treea42f7026a322e3ba645917d8762e7fcc3798aa13
parent1c4d1acecc0a4077c59c9453702d5738a575508d (diff)
downloadaur-22e5a67bed38da93a96e370e9facc1f7d43e8c2a.tar.gz
Fixed wrong upstream url
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d30cffa26128..e870bafcc08d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgname=gnome-shell-extension-bottompanel-git
_pkgname=gnome-shell-extension-bottompanel
_pkgauthor=Thoma5
pkgver=27.fa9d21c
-pkgrel=1
+pkgrel=2
pkgdesc="Move your GNOME 3.16+ shell panel to the bottom."
arch=('any')
-url="https://github.com/horst3180/${_pkgname}"
+url="https://github.com/${_pkgauthor}/${_pkgname}"
license=('GPL3')
depends=('gnome-shell>=3.16')
makedepends=('git')