summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2021-02-24 16:54:35 -0700
committerBrian Bidulock2021-02-24 16:54:35 -0700
commite90cb2dc3151c72e5c604a7e1a3d54883cfdffb5 (patch)
tree822a48cffd1e243ec3ac965afcf783220f94543b
parent8f30ed5ee4c0ec614f8168a28eacda6a324a4d4b (diff)
downloadaur-e90cb2dc3151c72e5c604a7e1a3d54883cfdffb5.tar.gz
uppkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f47dd4f00c7..be507acde3f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sensible-utils
pkgdesc = Utilities for sensible alternative selection
- pkgver = 0.0.13
+ pkgver = 0.0.14
pkgrel = 1
url = http://packages.debian.org/source/sid/sensible-utils
arch = any
@@ -8,8 +8,8 @@ pkgbase = sensible-utils
checkdepends = ed
makedepends = po4a
depends = bash
- source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.13.tar.xz
- sha256sums = 8627a530e48066282aa81384dddfb38cf53c8470ae7e633c14d2341418fa6298
+ source = http://ftp.de.debian.org/debian/pool/main/s/sensible-utils/sensible-utils_0.0.14.tar.xz
+ sha256sums = a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644
pkgname = sensible-utils
diff --git a/PKGBUILD b/PKGBUILD
index 148c3f5e48af..ddd7548a4e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Pierre Carrier <pierre@gcarrier.fr>
+# Maintainer: Brian BIdulock <bidulock@openss7.org>
pkgname=sensible-utils
-pkgver=0.0.13
+pkgver=0.0.14
pkgrel=1
pkgdesc="Utilities for sensible alternative selection"
arch=('any')
@@ -10,23 +10,26 @@ depends=('bash')
makedepends=('po4a')
checkdepends=('ed')
source=(http://ftp.de.debian.org/debian/pool/main/s/$pkgname/${pkgname}_$pkgver.tar.xz)
-sha256sums=('8627a530e48066282aa81384dddfb38cf53c8470ae7e633c14d2341418fa6298')
+sha256sums=('a6ee528bf4122d77acacdb97f20cd0434a12ad3ecd119186a5fcee066844c644')
build() {
- cd $pkgname-$pkgver
+# cd $pkgname-$pkgver
+ cd $pkgname.git
export -n EDITOR VISUAL
./configure --prefix=/usr
make
}
check() {
- cd $pkgname-$pkgver
+# cd $pkgname-$pkgver
+ cd $pkgname.git
export -n EDITOR VISUAL
make -k check
}
package() {
- cd $pkgname-$pkgver
+# cd $pkgname-$pkgver
+ cd $pkgname.git
export -n EDITOR VISUAL
make DESTDIR="$pkgdir/" install
}