summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD24
2 files changed, 25 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729e0ce0749b..d1d76829aa6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,21 @@
-# Generated by mksrcinfo v8
-# Wed Sep 7 07:04:52 UTC 2016
pkgbase = aconfmgr-git
pkgdesc = A configuration manager for Arch Linux
- pkgver = r92.a1ed28e
+ pkgver = r629.8c22856
pkgrel = 1
url = https://github.com/CyberShadow/aconfmgr
arch = any
license = MIT
makedepends = git
depends = bash
- depends = git
depends = pacman
+ depends = gawk
+ depends = diffutils
depends = pacutils
+ optdepends = aurman: aurman integration
optdepends = pacaur: pacaur integration
optdepends = yaourt: yaourt integration
+ optdepends = yay: yay integration
+ optdepends = git: for fetching AUR packages
optdepends = augeas: configuration file editing
source = git+https://github.com/CyberShadow/aconfmgr
source = license.txt
diff --git a/PKGBUILD b/PKGBUILD
index 37af8004aea8..1a48a64c5ea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,31 @@
# Maintainer: Vladimir Panteleev <arch-pkg at thecybershadow.net>
pkgname=aconfmgr-git
-pkgver=r92.a1ed28e
+pkgver=r629.8c22856
pkgrel=1
pkgdesc="A configuration manager for Arch Linux"
arch=('any')
url="https://github.com/CyberShadow/aconfmgr"
license=('MIT')
-depends=('bash' 'git' 'pacman' 'pacutils')
+depends=(
+ 'bash'
+ # "Optional" in the sense that without these, `aconfmgr --help` will
+ # run but they will be needed to actually save/restore
+ # configurations
+ 'pacman' 'gawk' 'diffutils' 'pacutils'
+)
makedepends=('git')
-optdepends=('pacaur: pacaur integration'
- 'yaourt: yaourt integration'
- 'augeas: configuration file editing')
+optdepends=(
+ # AUR helpers
+ 'aurman: aurman integration'
+ 'pacaur: pacaur integration'
+ 'yaourt: yaourt integration'
+ 'yay: yay integration'
+ # used for building AUR packages
+ 'git: for fetching AUR packages'
+ # other helpers
+ 'augeas: configuration file editing'
+)
source=("git+https://github.com/CyberShadow/aconfmgr"
"license.txt")
md5sums=('SKIP'