summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd7fb0729763..afb952d62904 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pace
pkgver=1.2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='A simple pacman.conf editor'
arch=('x86_64')
license=('GPL3')
@@ -21,12 +21,6 @@ build() {
ninja -C build
}
-check () {
- cd ${pkgname}-${pkgver}
-
- ninja -C build test
-}
-
package() {
cd ${pkgname}-${pkgver}