diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 21:46:14 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-05 21:46:14 +0000 |
commit | 0a409894797ab2a0638269119e78683ceebd3d7b (patch) | |
tree | d2eb105a6d99bf3a62d2c4e77f20648b3b602229 /community/xterm | |
parent | 5a2db7c7930f59bdb4c8f3c4df3fa2b8eadd7acd (diff) | |
download | aports-0a409894797ab2a0638269119e78683ceebd3d7b.tar.bz2 aports-0a409894797ab2a0638269119e78683ceebd3d7b.tar.xz |
community/xterm: fix source url
Diffstat (limited to 'community/xterm')
-rw-r--r-- | community/xterm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xterm/APKBUILD b/community/xterm/APKBUILD index 5209a3a3cf..6bca090df6 100644 --- a/community/xterm/APKBUILD +++ b/community/xterm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=xterm pkgver=330 -pkgrel=0 +pkgrel=1 pkgdesc="X Terminal Emulator" url="http://invisible-island.net/xterm" arch="all" @@ -10,7 +10,7 @@ license="custom" depends="" makedepends="libxaw-dev libxft-dev ncurses-dev" subpackages="$pkgname-doc" -source="ftp://invisible-island.net/$pkgname/$pkgname-$pkgver.tgz +source="ftp://ftp.invisible-island.net/$pkgname/$pkgname-$pkgver.tgz posix-ptys.patch" builddir="$srcdir/$pkgname-$pkgver" |