summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5613141e1e3..e57b0479ce0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = polkit-duktape
pkgdesc = polkit with duktape as the javascript engine
pkgver = 0.120
- pkgrel = 4
+ pkgrel = 5
url = https://www.freedesktop.org/wiki/Software/polkit/
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 01a9bf5ff1ea..f028e6a32bf7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=polkit-duktape
pkgver=0.120
-pkgrel=4
+pkgrel=5
pkgdesc="polkit with duktape as the javascript engine"
arch=(x86_64)
license=(LGPL)
@@ -52,9 +52,9 @@ build() {
meson compile -C build
}
-#check() {
-# meson test -C build --print-errorlogs
-#}
+check() {
+ meson test -C build --print-errorlogs
+}
package() {
meson install -C build --destdir "$pkgdir"