summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyhardhan Risson Ulvestad-LaReve2021-08-20 21:59:29 -0700
committerKyhardhan Risson Ulvestad-LaReve2021-08-20 21:59:29 -0700
commitb408c800cb6d6be1d1a1c980c7a3d6c1703e1b3c (patch)
tree3ca162097618a039cd3453bd0d5fce704e63be0c
parentb0a8d803bd48e188f957acd751cd781e23bfc192 (diff)
downloadaur-b408c800cb6d6be1d1a1c980c7a3d6c1703e1b3c.tar.gz
typo in last PKBUILD prevented compile
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e5f1ae1aab..fc5158f42f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wlcs
pkgdesc = Canonical's protocol-conformance-verifying test suite for Wayland compositor implementations.
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MirServer/wlcs
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0570c36e1f45..a86cd7790c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wlcs
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Canonical's protocol-conformance-verifying test suite for Wayland compositor implementations."
url='https://github.com/MirServer/wlcs'
arch=(x86_64 i686 aarch64)
@@ -17,7 +17,7 @@ sha256sums=('SKIP')
BUILD_DIR=build
build() {
- cd "${pkgname}}"
+ cd "${pkgname}"
mkdir -p "${BUILD_DIR}"
cd "${BUILD_DIR}"
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_LIBDIR="lib/" ..