summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Christopher Brause2017-11-06 13:26:40 +0100
committerNils Christopher Brause2017-11-06 13:27:14 +0100
commit9fe39d69bacc37e0ebca09fbe3767c9c30614840 (patch)
tree7ce199831daffd99076e026ba2d329e5bd80c573
parent74338dbaf916623f78fb5fc4b51fd428d294ea0d (diff)
downloadaur-9fe39d69bacc37e0ebca09fbe3767c9c30614840.tar.gz
Typo.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 437a4959b65b..ff9828e4be14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = waylandpp-git
pkgdesc = Wayland C++ bindings
pkgver = 210
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NilsBrause/waylandpp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0c2c98047443..87ff345c91db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Christopher Brause <nilschrbrause@googlemail.com>
pkgname=waylandpp-git
pkgver=210
-pkgrel=1
+pkgrel=2
pkgdesc='Wayland C++ bindings'
arch=('i686' 'x86_64' 'armv5' 'armv6' 'armv7' 'armv8')
url='https://github.com/NilsBrause/waylandpp'
@@ -22,7 +22,7 @@ pkgver()
build()
{
cd $pkgname
- rm -r build
+ rm -rf build
mkdir build
cd build
# lib64 is a symlink to lib on archlinux.