summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2016-03-07 12:00:42 +0100
committerPieter Goetschalckx2016-03-07 12:00:42 +0100
commit346276d3c7516b7bee22b3a0e81d4fd7856c314e (patch)
treefa31ffb1bf90305fb433ed87cfec9eb6cbc3672e
parent8058d381816750d9f0039f24fcc19be400c6cd9b (diff)
downloadaur-346276d3c7516b7bee22b3a0e81d4fd7856c314e.tar.gz
Fix pkgver not working
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 001cc0f686fa..380871f318a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = numix-folders-git
optdepends = python-gobject: GUI support
optdepends = gksu: GUI support
options = !strip
- source = numix-folders::git+https://github.com/numixproject/numix-folders
+ source = git+https://github.com/numixproject/numix-folders
sha256sums = SKIP
pkgname = numix-folders-git
diff --git a/PKGBUILD b/PKGBUILD
index 95c615092ddf..620766b7693b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('python-gobject: GUI support'
makedepends=('git')
options=('!strip')
install=numix-folders.install
-source=("numix-folders::git+https://github.com/numixproject/numix-folders")
+source=("git+https://github.com/numixproject/numix-folders")
sha256sums=('SKIP')
pkgver() {
@@ -23,7 +23,6 @@ pkgver() {
prepare() {
cd numix-folders
- rm -rf .git LICENSE README.md
echo "TryExec=gksudo" >> numix-folders.desktop
}