summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoe2021-06-14 10:48:00 +0200
committerzoe2021-06-14 10:48:00 +0200
commit9b8e0611a95b0c73b0098432252c428365bf8c86 (patch)
treeaf37c36a8ec949b57357860383a16d427103f76d
parent8c040b8660f1ae4e15456005180dfcf0373f2af0 (diff)
downloadaur-9b8e0611a95b0c73b0098432252c428365bf8c86.tar.gz
cleanup PKGBUILD about http/https
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cba2fa605691..8e81ab4d8a24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Oct 29 10:25:11 UTC 2018
pkgbase = shorten
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
pkgver = 3.6.1
- pkgrel = 3
- url = http://shnutils.freeshell.org/shorten/
+ pkgrel = 4
+ url = http://shnutils.freeshell.org/shorten
arch = x86_64
license = custom
depends = gcc-libs
@@ -12,4 +10,3 @@ pkgbase = shorten
md5sums = fb59c16fcedc4f4865d277f6e45866a7
pkgname = shorten
-
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')