diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-30 13:45:44 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-30 13:47:30 +0000 |
commit | d38b2fca24d14a845209f8ddc746be4e3e40cb6b (patch) | |
tree | e91c89a5429f583ac76b58d5b37b1b55a0d6b486 /testing/tcc/APKBUILD | |
parent | 64e5d66b055b972afc793022d597055e945a7c8c (diff) | |
download | aports-d38b2fca24d14a845209f8ddc746be4e3e40cb6b.tar.bz2 aports-d38b2fca24d14a845209f8ddc746be4e3e40cb6b.tar.xz |
testing/tcc: fix a typo in project url
Diffstat (limited to 'testing/tcc/APKBUILD')
-rw-r--r-- | testing/tcc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/tcc/APKBUILD b/testing/tcc/APKBUILD index c0ce39c220..a3ff5729ff 100644 --- a/testing/tcc/APKBUILD +++ b/testing/tcc/APKBUILD @@ -3,9 +3,9 @@ # Maintainer: Hinata Yanagi <hinasssan@gmail.com> pkgname=tcc pkgver=0.9.27 -pkgrel=0 +pkgrel=1 pkgdesc="Tiny C Compiler" -url="htto://download.savannah.nongnu.org/releases/tinycc/" +url="http://download.savannah.nongnu.org/releases/tinycc" arch="all !ppc64le !s390x" license="LGPL-2.1" makedepends="texinfo" |