diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-20 06:35:06 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-20 06:35:06 +0000 |
commit | 1dbd07e0d0133e994d1751c9c7463ba753325f62 (patch) | |
tree | e789c0404ca12745a39ef133b78e6b70ca1382db /community/pcc/APKBUILD | |
parent | 2f79f908cc3626b31384553d0582e73f9cfba2ee (diff) | |
download | aports-1dbd07e0d0133e994d1751c9c7463ba753325f62.tar.bz2 aports-1dbd07e0d0133e994d1751c9c7463ba753325f62.tar.xz |
community/pcc: fix url typo
Diffstat (limited to 'community/pcc/APKBUILD')
-rw-r--r-- | community/pcc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pcc/APKBUILD b/community/pcc/APKBUILD index 876b95f5af..7151297e98 100644 --- a/community/pcc/APKBUILD +++ b/community/pcc/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Cág <ca6c@bitmessage.ch> pkgname=pcc pkgver=20170615 -pkgrel=0 +pkgrel=1 pkgdesc="The portable C compiler." url="http://pcc.ludd.ltu.se/" arch="x86 x86_64" @@ -12,7 +12,7 @@ depends_dev="" makedepends="byacc flex" install="" subpackages="$pkgname-doc" -source="ftp://pcc.fludd.ltu.se/pub/$pkgname/$pkgname-$pkgver.tgz" +source="ftp://pcc.ludd.ltu.se/pub/$pkgname/$pkgname-$pkgver.tgz" builddir="$srcdir/"$pkgname-$pkgver prepare() { |