summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJakob Schlanstedt2021-08-31 16:11:28 +0200
committerJakob Schlanstedt2021-08-31 16:11:28 +0200
commit3410219026e74584baf74c3ab2b1455f5465f026 (patch)
treed2e3052334da681c30d129da2df71d047add0f2f /PKGBUILD
parentcf72af3c2cc801caba76c417621151c217857178 (diff)
downloadaur-3410219026e74584baf74c3ab2b1455f5465f026.tar.gz
feat: add missing url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4460c3e7f417..69da3a92b5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Jakob Schlanstedt <schlanstedtjakob@gmail.com>
pkgname=japokwm-git
_pkgname=japokwm
+url=https://github.com/werererer/japokwm
pkgver=r647.cea881d
pkgrel=1
license=("BSD 2-Clause")
@@ -27,7 +28,7 @@ pkgver() {
build() {
arch-meson "$_pkgname" build
- meson compile -C build
+ arch-meson compile -C build
}
package() {