summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-14 20:40:13 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-14 20:40:13 +0200
commit5e1552e4d38c7ce209ce301f5020793e890366dc (patch)
tree572c5116abbc12f44a94793123942fb34062030d
parent7455507ecf4465a2f4551eb10bc28ddd18b69082 (diff)
gendesk-libre: fix quoting.
-rw-r--r--libre/gendesk-libre/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/gendesk-libre/PKGBUILD b/libre/gendesk-libre/PKGBUILD
index 3e40745af..6d7fb3814 100644
--- a/libre/gendesk-libre/PKGBUILD
+++ b/libre/gendesk-libre/PKGBUILD
@@ -3,15 +3,15 @@
_pkgname=gendesk
pkgname=gendesk-libre
pkgver=0.4.4
-pkgrel=1
+pkgrel=1.1
pkgdesc="Utility to generate .desktop files and download icons"
arch=('x86_64' 'i686' 'mips64el')
url="https://gitorious.org/ovruni/gendesk/"
license=('MIT')
makedepends=('curl' 'openssl')
-provides=('$_pkgname=$pkgver')
-replaces=('$_pkgname')
-conflicts=('$_pkgname')
+provides=("$_pkgname=$pkgver")
+replaces=("$_pkgname")
+conflicts=("$_pkgname")
source=("http://gnu.org.pe/software/$_pkgname/$_pkgname-$pkgver.tar.xz")
md5sums=('2f192713eb588006086ae4e0471e9450')