summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexis Belmonte2023-11-14 07:57:42 +0100
committerAlexis Belmonte2023-11-14 07:57:42 +0100
commit1b99d0f4b56d3589b7f2f874f005f6843f9dc0fc (patch)
tree25fee1ee3c1edf35d5f1f87d7add6fcc82f34acf /PKGBUILD
parent71b4e4d552bd741d53f3f5a597f284f7ce74b0de (diff)
downloadaur-1b99d0f4b56d3589b7f2f874f005f6843f9dc0fc.tar.gz
add check step
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a1a7df44b9d..07770ca7c8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexis Belmonte <alexbelm48@gmail.com>
pkgname="notify-git"
-pkgrel=1
+pkgrel=2
pkgdesc="ntfy.sh client application to receive everyday's notifications"
pkgver=0.1.1_365244b
arch=('x86_64')
@@ -29,3 +29,7 @@ build() {
package() {
meson install -C build --destdir "${pkgdir}"
}
+
+check() {
+ meson test -C build
+}