summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Harvey2015-07-21 22:25:13 +0000
committerJames Harvey2015-07-21 22:25:13 +0000
commitf3314a67f17176876d6616826b1b67b58bf97f4b (patch)
treeabcdad86eb5f2163a179c53e673d6d83a591506f
parenta2ecab8d1682f1e3b63f4cb8a3f974f34256712f (diff)
downloadaur-f3314a67f17176876d6616826b1b67b58bf97f4b.tar.gz
Added namcap documentation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ad52af6f0c1..d0eda0f5351b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pacman-helper
pkgdesc = Pacman helper scripts for those who can not remember the options
pkgver = 0.1
- pkgrel = 1
+ pkgrel = 2
arch = any
license = GPL2
depends = pacman
diff --git a/PKGBUILD b/PKGBUILD
index 024f026beeff..50ccef04c7cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: James Harvey <jamespharvey20@gmail.com>
+# * Namcap warns that dependencies pacman and pkgfile are not needed, but these scripts obviously depend on them
pkgname=pacman-helper
pkgver=0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Pacman helper scripts for those who can not remember the options'
arch=('any')
license=('GPL2')