diff options
author | Tamás Barta | 2016-01-06 02:26:09 +0100 |
---|---|---|
committer | Tamás Barta | 2016-01-06 02:26:09 +0100 |
commit | c1f8e454c530026e63904aa6ce92adea4b822c15 (patch) | |
tree | 76422a4a418916c1875eebfa8ed07de625283fb2 | |
parent | 98fcc61f8f6ac465596f404b9ce42a02eebdd0e9 (diff) | |
download | aur-c1f8e454c530026e63904aa6ce92adea4b822c15.tar.gz |
removing copypaste errors
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 4 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Wed Jan 6 00:48:05 UTC 2016 +# Wed Jan 6 01:11:57 UTC 2016 pkgbase = gnome-shell-extension-panel-osd pkgdesc = Place gnome-shell notifications under the panel instead of above the message-tray. pkgver = 1.0 @@ -13,9 +13,7 @@ pkgbase = gnome-shell-extension-panel-osd makedepends = automake makedepends = autoconf makedepends = intltool - makedepends = zip makedepends = pkg-config - makedepends = git depends = gnome-shell source = https://github.com/jenslody/gnome-shell-extension-panel-osd/archive/v1.0.tar.gz md5sums = 6aa7c530e31d82cf82b9583933090136 @@ -8,7 +8,7 @@ arch=("any") url="https://github.com/jenslody/${pkgname}/" license=("GPL" "GPL3") depends=("gnome-shell") -makedepends=("gnome-common" "automake" "autoconf" "intltool" "zip" "pkg-config" "git") +makedepends=("gnome-common" "automake" "autoconf" "intltool" "pkg-config") install="panel-osd.install" source=("https://github.com/jenslody/${pkgname}/archive/v${pkgver}.tar.gz") md5sums=("6aa7c530e31d82cf82b9583933090136") |