rdesktop: update github url

This commit is contained in:
Thomas Penteker 2019-04-10 01:46:11 +02:00
parent d91eedd47b
commit 9422dc3cbe
2 changed files with 9 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37GWpNfJ28c9T3R7SFi/R2e4WtEEKVnBSQPVAzM1jWjw79eOSVMkHtgPRuymYshF+FSgBFMheW+s2PJiWAo1QgQ=
SHA256 (Pkgfile) = c2313863b4e07313fde7cea6b73cc04c542c215531091bd64c7e2bfaf5c52702
RWSagIOpLGJF3wTv3eNC5aDBqI15oFFP2AMqdCn+lz3zK04z8SFnpgUd2tD0miaBIuG3hqDa6HjLePxmbcQjsxFS1/jfRpyKYQ4=
SHA256 (Pkgfile) = 72d38e37657a691a063cd8e95038d95798054201bee0729f80796556c82a42b1
SHA256 (.footprint) = b6d0ff145ca09e35ab61020820e05c5b3fd34770e2299cc045e683bb7454497b
SHA256 (rdesktop-1.8.4.tar.gz) = 9b98b8e73aa83e93aa1d9ae82ce38c08395f64b67799edc24821bb26a84dcd2d
SHA256 (rdesktop-v1.8.4.tar.gz) = 516f04df92f16eba04c96bbf9aeb05b9da686689c2bb5c107e0941583e09f933

View File

@ -1,17 +1,19 @@
# Description: Open source client for Windows NT Terminal Server
# URL: http://www.rdesktop.org/
# URL: http://www.rdesktop.org/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: xorg-libx11
# Packager: Simone Rota, sip at crux dot nu
# Depends on: xorg-libx11
name=rdesktop
version=1.8.4
release=1
source=(https://github.com/rdesktop/rdesktop/releases/download/v${version}/rdesktop-${version}.tar.gz)
source=(https://github.com/rdesktop/rdesktop/archive/v${version}/rdesktop-v${version}.tar.gz)
build(){
cd $name-$version
autoreconf -i
./configure --prefix=/usr --disable-credssp --disable-smartcard
make