diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 14:42:19 +0000 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 14:43:37 +0000 |
commit | 084b065b6e3d4466fa97b8af40e7169743b4f1b8 (patch) | |
tree | 1a69d37ea33ca622b20d5dd1f1b7f67d1e988acc /pcr | |
parent | 509af3113904c038fc446694208b8193552cc782 (diff) | |
download | abslibre-084b065b6e3d4466fa97b8af40e7169743b4f1b8.tar.gz abslibre-084b065b6e3d4466fa97b8af40e7169743b4f1b8.tar.bz2 abslibre-084b065b6e3d4466fa97b8af40e7169743b4f1b8.zip |
pcr/gforth: fixing source URL
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/gforth/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/gforth/PKGBUILD b/pcr/gforth/PKGBUILD index c7e1e0512..489d88f15 100644 --- a/pcr/gforth/PKGBUILD +++ b/pcr/gforth/PKGBUILD @@ -9,7 +9,7 @@ pkgdesc="Fast and portable implementation of the ANS Forth language" arch=('i686' 'x86_64' 'armv7h') license=('GPL3') depends=('libtool') -source=("https://ftp.gnu.org/gnu/gforth/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) +source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig}) options=('libtool') install=$pkgname.install sha512sums=('f034234acfb0fc727f28b564432219a100b916c6df4b847794a55b2fc3b8ed8714eca6de0df67c7c427b7c2bb4dd00f65cfd34e6eb60181e41ab84fea30304e4' |