summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRustemB2021-11-18 00:31:17 +0500
committerRustemB2021-11-18 00:31:17 +0500
commitb08756657306c22d671cf91f1f101fc5fe2284f0 (patch)
treec82f53cee43fda2a0b31c5a32c47932668e09d8c /PKGBUILD
parent12414585496d222b81001447a35108a508ef792b (diff)
downloadaur-profetch.tar.gz
improve
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20513fab55cd..8d62e8cfc0f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rustemb <rustemb@systemli.org>
pkgname=profetch
pkgver=0.1.7
-pkgrel=1
+pkgrel=2
pkgdesc="System Information Fetcher Written in GNU/Prolog "
arch=(any)
url="https://github.com/RustemB/profetch"
@@ -14,7 +14,7 @@ md5sums=('04a956f878c0bc052e93a2d6d360651c')
build() {
cd "$pkgname-$pkgver"
- make
+ make build
}
package() {