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 /PKGBUILD | |
parent | 98fcc61f8f6ac465596f404b9ce42a02eebdd0e9 (diff) | |
download | aur-c1f8e454c530026e63904aa6ce92adea4b822c15.tar.gz |
removing copypaste errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |