summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzoe2021-06-14 10:48:00 +0200
committerzoe2021-06-14 10:48:00 +0200
commit9b8e0611a95b0c73b0098432252c428365bf8c86 (patch)
treeaf37c36a8ec949b57357860383a16d427103f76d /PKGBUILD
parent8c040b8660f1ae4e15456005180dfcf0373f2af0 (diff)
downloadaur-shorten.tar.gz
cleanup PKGBUILD about http/https
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d03a27cbc1c9..14d3ec763f64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: zoe <chp321 AT gmail DOT com>
pkgname=shorten
pkgver=3.6.1
-pkgrel=3
+pkgrel=4
pkgdesc="a fast, low complexity waveform coder (audio compressor) which uses a lossless compression scheme, with support for seek tables, superior to that of mp3 "
arch=('x86_64')
-url="http://shnutils.freeshell.org/${pkgname}/"
+# https is not available
+url="http://shnutils.freeshell.org/${pkgname}"
license=('custom')
-source=("http://shnutils.freeshell.org/${pkgname}/dist/src/${pkgname}-${pkgver}.tar.gz")
+source=("${url}/dist/src/${pkgname}-${pkgver}.tar.gz")
md5sums=('fb59c16fcedc4f4865d277f6e45866a7')
depends=('gcc-libs')