summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael F. Schönitzer2020-05-25 17:59:51 +0200
committerMichael F. Schönitzer2020-05-25 17:59:51 +0200
commitdb2ff508160c631bb0717cd37ae1a1f5a4670d94 (patch)
treedb4753cf294aa7f0d1887f61070de3218171c66a
parent9acf4e22671c8ca0f4d485315166e449c710c15b (diff)
downloadaur-db2ff508160c631bb0717cd37ae1a1f5a4670d94.tar.gz
Fixup: specify foldername for the repo
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ed168f11941..366569c1d5f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/Nudin/getrid"
license=('GPL')
depends=('python' 'python-urwid' 'pacgraph')
-source=('git+https://github.com/Nudin/getrid.git')
+source=('$pkgname::git+https://github.com/Nudin/getrid.git')
md5sums=('SKIP')
package() {