diff options
Diffstat (limited to 'community')
-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" |