summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12021-04-02 12:24:19 +0800
committerChocobo12021-04-02 12:24:19 +0800
commit7e3b380d1feb9a9ac5ff22baceb49d7e07992892 (patch)
tree944d57107f014af00c6e0797372ad62165c1d1f1
parent563687be3b5c83353c31d874c14f7761e1ba2ed0 (diff)
downloadaur-7e3b380d1feb9a9ac5ff22baceb49d7e07992892.tar.gz
upgpkg: xorgxrdp-devel-git 0.2.15.r8.g9b7dd05-1
-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"
}