summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-12-12 16:33:20 -0700
committerBrian Bidulock2018-12-12 16:33:20 -0700
commitd7af1e84c0ae120a552455e9bfa6daf37d3af1f5 (patch)
tree311193cbad6c83a6a1c6adfd181244c117b21801
parentfdadd87468145c4c74b88eda41cee17af538bb87 (diff)
downloadaur-d7af1e84c0ae120a552455e9bfa6daf37d3af1f5.tar.gz
need ed for check
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e28fc3eaf144..b7dfd1fb0e96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = sensible-utils
pkgdesc = Utilities for sensible alternative selection
pkgver = 0.0.12
- pkgrel = 1
+ pkgrel = 2
url = http://packages.debian.org/source/sid/sensible-utils
arch = any
license = GPL
+ checkdepends = ed
makedepends = po4a
depends = bash
source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.12.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 77f8c519c864..4d310ba447a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Pierre Carrier <pierre@gcarrier.fr>
pkgname=sensible-utils
pkgver=0.0.12
-pkgrel=1
+pkgrel=2
pkgdesc="Utilities for sensible alternative selection"
arch=('any')
url="http://packages.debian.org/source/sid/sensible-utils"
license=('GPL')
depends=('bash')
makedepends=('po4a')
+checkdepends=('ed')
source=(http://ftp.de.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
sha256sums=('99ba2ebf8c57447c69d426b99b84ff9dc817be0bc4988ec6890a14558c529e2e')
@@ -20,7 +21,6 @@ build() {
check() {
cd $pkgname.git
-# need --nocheck for makechrootpkg inpite of this
export -n EDITOR VISUAL
make -k check
}