remove check function

This commit is contained in:
Akelea Nahalel 2017-04-13 15:28:14 +02:00
parent 1fa5f1f257
commit 57096be3d7
2 changed files with 3 additions and 8 deletions

View file

@ -3,7 +3,7 @@
pkgbase = aurutils pkgbase = aurutils
pkgdesc = helper tools for the arch user repository pkgdesc = helper tools for the arch user repository
pkgver = 1.5.3 pkgver = 1.5.3
pkgrel = 1 pkgrel = 2
url = https://github.com/AladW/aurutils url = https://github.com/AladW/aurutils
arch = any arch = any
license = ISC license = ISC

View file

@ -1,7 +1,7 @@
pkgname=aurutils pkgname=aurutils
pkgver=1.5.3 pkgver=1.5.3
_commit=01cbab783489eefc1859287bd0cb898de40c8100 _commit=01cbab783489eefc1859287bd0cb898de40c8100 # 1.5.3
pkgrel=1 pkgrel=2
pkgdesc='helper tools for the arch user repository' pkgdesc='helper tools for the arch user repository'
arch=('any') arch=('any')
url=https://github.com/AladW/aurutils url=https://github.com/AladW/aurutils
@ -18,11 +18,6 @@ optdepends=('devtools: systemd-nspawn support'
source=("$pkgname-$pkgver::git+$url#commit=$_commit") source=("$pkgname-$pkgver::git+$url#commit=$_commit")
sha256sums=('SKIP') sha256sums=('SKIP')
check() {
cd "$pkgname-$pkgver"
make check
}
package() { package() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" PREFIX="/usr" install make DESTDIR="$pkgdir" PREFIX="/usr" install