summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNazar Vinnichuk2020-12-15 14:17:46 +0200
committerNazar Vinnichuk2020-12-15 14:17:46 +0200
commit54a6eee0a4acb5ca6cf7a32d36cd7be9f216c4bd (patch)
treec3ebaedb6cd9d2bd7b6ec08a5f994e5d34c3ed5b
parent18dff7f381ea1010b38e0e47062c9fdf15466298 (diff)
downloadaur-54a6eee0a4acb5ca6cf7a32d36cd7be9f216c4bd.tar.gz
Change the make target.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eae6e3ef469..b5bc02af3edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pacwall-git
pkgdesc = A live wallpaper that shows the dependency graph and status of installed packages.
- pkgver = 2.0.r1.g235e1bb
+ pkgver = 2.2.r1.g045cbed
pkgrel = 1
url = http://github.com/Kharacternyk/pacwall
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1c37903e1bb7..4b0da7d6bc35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nazar Vinnichuk <nazar.vinnichuk at tutanota dot com>
pkgname=pacwall-git
_pkgname=${pkgname%-git}
-pkgver=2.0.r1.g235e1bb
+pkgver=2.2.r1.g045cbed
pkgrel=1
pkgdesc="A live wallpaper that shows the dependency graph and status of installed packages."
url="http://github.com/Kharacternyk/${_pkgname}"
@@ -21,7 +21,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname/src"
- make build
+ make
}
package() {