aboutsummaryrefslogtreecommitdiffstats
path: root/community/xterm
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-05 21:46:14 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2017-11-05 21:46:14 +0000
commit0a409894797ab2a0638269119e78683ceebd3d7b (patch)
treed2eb105a6d99bf3a62d2c4e77f20648b3b602229 /community/xterm
parent5a2db7c7930f59bdb4c8f3c4df3fa2b8eadd7acd (diff)
downloadaports-0a409894797ab2a0638269119e78683ceebd3d7b.tar.bz2
aports-0a409894797ab2a0638269119e78683ceebd3d7b.tar.xz
community/xterm: fix source url
Diffstat (limited to 'community/xterm')
-rw-r--r--community/xterm/APKBUILD4
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"