summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d73ea8d326e..de67988c4e38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xorgxrdp
pkgdesc = Xorg drivers for xrdp
pkgver = 0.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/neutrinolabs/xorgxrdp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f4114e2bf195..c9781351c19a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xorgxrdp
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
pkgdesc="Xorg drivers for xrdp"
arch=('i686' 'x86_64')
url="https://github.com/neutrinolabs/xorgxrdp"
@@ -19,7 +19,6 @@ validpgpkeys=('61ECEABBF2BB40E3A35DF30A9F72CDBC01BF10EB') # Koichiro IWAO <meta
build() {
cd "$pkgname-$pkgver"
- ./bootstrap
./configure --prefix="/usr"
make
}