summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2022-10-28 02:15:06 +0330
committerLancia2022-10-28 02:15:06 +0330
commitda7e5409e45eb242f47a98e81a78aa30589cbad0 (patch)
treea9879d216babf6ea4bab52e158f718a0fa958752
parentbe2dc58bdb6d0d9b8223a4b790c72cbde329429e (diff)
downloadaur-da7e5409e45eb242f47a98e81a78aa30589cbad0.tar.gz
better make(1) commands
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79bb2dfc5de3..ff45e3cd4968 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = herbe
pkgdesc = Daemon-less notifications without D-Bus
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dudik/herbe
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 0c5242823428..a7e82bb56632 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Lancia Greggori <lanciagreggori@gmail.com>
pkgname='herbe'
pkgver='1.0.0'
-pkgrel=1
+pkgrel='2'
pkgdesc='Daemon-less notifications without D-Bus'
arch=('x86_64')
url='https://github.com/dudik/herbe'
@@ -13,7 +13,7 @@ sha256sums=('78e454159050c86e030fb5a6cf997ac914345210cdf5a4ca4d7600c5296b7f76')
build() {
cd "$pkgname-$pkgver"
- make
+ make clean all
}
package() {