mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v0.10.5
This commit is contained in:
parent
ec97f54725
commit
5dd94eda37
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = xrdp
|
||||
pkgdesc = An open source remote desktop protocol (RDP) server
|
||||
pkgver = 0.10.4.1
|
||||
pkgrel = 2
|
||||
pkgver = 0.10.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/neutrinolabs/xrdp
|
||||
install = xrdp.install
|
||||
arch = i686
|
||||
|
|
@ -29,9 +29,9 @@ pkgbase = xrdp
|
|||
backup = etc/xrdp/startwm.sh
|
||||
backup = etc/xrdp/reconnectwm.sh
|
||||
backup = etc/default/xrdp
|
||||
source = https://github.com/neutrinolabs/xrdp/releases/download/v0.10.4.1/xrdp-0.10.4.1.tar.gz
|
||||
source = https://github.com/neutrinolabs/xrdp/releases/download/v0.10.5/xrdp-0.10.5.tar.gz
|
||||
source = arch-config.diff
|
||||
sha256sums = 52eadf3e86c57be0de0b9d5c184b52a7946a070746d3eb04b5089dd6d42f8f5f
|
||||
sha256sums = 9abc96d164de4b1c40e2f3f537d0593d052a640cf3388978c133715ea69fb123
|
||||
sha256sums = e0ffce5b1a436990281fe2cc4a3cd9c2840a1dad99740aeaea866ccd9ef56db0
|
||||
|
||||
pkgname = xrdp
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -7,8 +7,8 @@
|
|||
# Contributor: Alan Beale <the.mrabz@gmail.com>
|
||||
|
||||
pkgname=xrdp
|
||||
pkgver=0.10.4.1
|
||||
pkgrel=2
|
||||
pkgver=0.10.5
|
||||
pkgrel=1
|
||||
pkgdesc="An open source remote desktop protocol (RDP) server"
|
||||
url="https://github.com/neutrinolabs/xrdp"
|
||||
arch=(i686 x86_64 armv6h armv7l aarch64)
|
||||
|
|
@ -27,7 +27,7 @@ backup=('etc/xrdp/sesman.ini'
|
|||
install="${pkgname}.install"
|
||||
source=("https://github.com/neutrinolabs/xrdp/releases/download/v${pkgver//_/-}/xrdp-${pkgver//_/-}.tar.gz"
|
||||
"arch-config.diff")
|
||||
sha256sums=('52eadf3e86c57be0de0b9d5c184b52a7946a070746d3eb04b5089dd6d42f8f5f'
|
||||
sha256sums=('9abc96d164de4b1c40e2f3f537d0593d052a640cf3388978c133715ea69fb123'
|
||||
'e0ffce5b1a436990281fe2cc4a3cd9c2840a1dad99740aeaea866ccd9ef56db0')
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue