summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael F. Schönitzer2020-05-25 18:08:08 +0200
committerMichael F. Schönitzer2020-05-25 18:08:08 +0200
commitdc2e9f8eeaf80e2f3af81764177f3ab209ade832 (patch)
treed2b971ecfc744e30bb0ca820f1c54b3fa5272a5c
parent6c23729668a9b3c518d181e07be31d36badcf138 (diff)
downloadaur-dc2e9f8eeaf80e2f3af81764177f3ab209ade832.tar.gz
Fix the quotation in source
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 137559ec3a3b..abd9152fc5da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Schönitzer <michael@schoenitzer.de>
pkgname=getrid-git
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="Terminal user interface to decide which packages to keep and which to get rid of"
arch=('any')
url="https://github.com/Nudin/getrid"
license=('GPL')
depends=('python' 'python-urwid' 'pacgraph')
-source=('$pkgname::git+https://github.com/Nudin/getrid.git')
+source=("$pkgname::git+https://github.com/Nudin/getrid.git")
md5sums=('SKIP')
package() {