summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e5c78b35318..3486698b81d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xorgxrdp-devel-git
pkgdesc = Xorg drivers for xrdp
- pkgver = 0.2.5.r1.g5efd502
+ pkgver = 0.2.15.r8.g9b7dd05
pkgrel = 1
url = https://github.com/neutrinolabs/xorgxrdp
arch = i686
@@ -14,7 +14,7 @@ pkgbase = xorgxrdp-devel-git
provides = xorgxrdp
conflicts = xorgxrdp
options = staticlibs
- source = git+https://github.com/neutrinolabs/xorgxrdp.git
+ source = git+https://github.com/neutrinolabs/xorgxrdp.git#branch=devel
sha256sums = SKIP
pkgname = xorgxrdp-devel-git
diff --git a/PKGBUILD b/PKGBUILD
index 57b86a270c14..303b2d3c680f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=xorgxrdp-devel-git
-pkgver=0.2.5.r1.g5efd502
+pkgver=0.2.15.r8.g9b7dd05
pkgrel=1
pkgdesc="Xorg drivers for xrdp"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'nasm' 'xorg-server-devel')
provides=('xorgxrdp')
conflicts=('xorgxrdp')
options=('staticlibs')
-source=("git+https://github.com/neutrinolabs/xorgxrdp.git")
+source=("git+https://github.com/neutrinolabs/xorgxrdp.git#branch=devel")
sha256sums=('SKIP')
@@ -26,7 +26,8 @@ build() {
cd "xorgxrdp"
./bootstrap
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}
@@ -40,5 +41,5 @@ package() {
cd "xorgxrdp"
make DESTDIR="$pkgdir" install
- install -Dm644 "COPYING" "$pkgdir/usr/share/licenses/xorgxrdp/COPYING"
+ install -Dm644 "COPYING" -t "$pkgdir/usr/share/licenses/xorgxrdp"
}