summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a0c48d8c225..f34b83b8e2aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue May 16 17:12:44 UTC 2017
+# Tue May 16 17:13:41 UTC 2017
pkgbase = aif
pkgdesc = An XML and python-driven rebirth of the AIF (Arch Installation Framework) project.
pkgver = 1.10
- pkgrel = 4
+ pkgrel = 5
url = https://aif.square-r00t.net/
arch = i686
arch = x86_64
@@ -12,7 +12,11 @@ pkgbase = aif
depends = arch-install-scripts
depends = parted
depends = gptfdisk
- optdepends = python-lxml: better XML handling
+ optdepends = python-lxml: better xml handling, configuration file validation
+ optdepends = expect: for generating an automated test of "aif-config create"
+ optdepends = python-yaml: for /usr/share/aif/txttojson.py
+ optdepends = libxml2: for /usr/share/aif/xmllint.sh
+ optdepends = bdisk: for generating a compatible live installer
conflicts = aif-git
source = aif-1.10.tar.xz::https://git.square-r00t.net/AIF-NG/snapshot/AIF-NG-1.10.tar.xz
source = aif-1.10.tar.xz.sig
diff --git a/PKGBUILD b/PKGBUILD
index e92065e18e5c..20a6b78028d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,17 @@ pkgname=aif
pkgver=1.10
#_pkgver=${pkgver}-BETA # currently at beta release
_pkgver=${pkgver} # currently at stable release
-pkgrel=4
+pkgrel=5
pkgdesc="An XML and python-driven rebirth of the AIF (Arch Installation Framework) project."
arch=( 'i686' 'x86_64' )
url="https://aif.square-r00t.net/"
license=( 'GPL3' )
depends=( 'python' 'arch-install-scripts' 'parted' 'gptfdisk' )
-optdepends=( 'python-lxml: better XML handling' )
+optdepends=( 'python-lxml: better xml handling, configuration file validation'
+ 'expect: for generating an automated test of "aif-config create"'
+ 'python-yaml: for /usr/share/aif/txttojson.py'
+ 'libxml2: for /usr/share/aif/xmllint.sh'
+ 'bdisk: for generating a compatible live installer' )
_pkgname=AIF-NG
conflicts=( 'aif-git' )
install=