summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPieter Goetschalckx2015-09-07 00:26:24 +0200
committerPieter Goetschalckx2015-09-07 00:26:24 +0200
commite86e659cec9360541454e7128258e4be5f136eb8 (patch)
treefabc375898be70e404bf9eed6e559bb085455695
parent7b2a742612510af0b8d34d2a624fbbb2ac735be8 (diff)
downloadaur-e86e659cec9360541454e7128258e4be5f136eb8.tar.gz
Added git makedepends and !strip option
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c24116c35d0a..3e68c6496fd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = numix-folders-git
pkgdesc = Alternate folders for use with the Numix base icon theme.
- pkgver = r346.1033a15
+ pkgver = r347.a6cd8f4
pkgrel = 1
url = https://github.com/numixproject/numix-folders
arch = any
license = GPL3
+ makedepends = git
depends = numix-icon-theme-git
depends = python-gobject
depends = gksu
+ options = !strip
source = numix-folders::git+https://github.com/numixproject/numix-folders
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 842fe8bbbcb1..0a88c623c697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Pieter Goetschalckx <3.14.e.ter at gmail dot com>
pkgname=numix-folders-git
-pkgver=r346.1033a15
+pkgver=r347.a6cd8f4
pkgrel=1
pkgdesc="Alternate folders for use with the Numix base icon theme."
arch=('any')
url="https://github.com/numixproject/numix-folders"
license=('GPL3')
depends=('numix-icon-theme-git' 'python-gobject' 'gksu')
+makedepends=('git')
+options=('!strip')
source=("numix-folders::git+https://github.com/numixproject/numix-folders")
md5sums=('SKIP')