summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKutay Alper2021-01-06 12:54:34 -0700
committerKutay Alper2021-01-06 12:54:34 -0700
commitf4c579c815673c2851adc63c9719f487c6bb57a3 (patch)
treee820ce7d5d59d88cc5547bb21a794780379bfc60
parentc92d756e9a48e5c8de9e4953074775efe9b16e6d (diff)
downloadaur-f4c579c815673c2851adc63c9719f487c6bb57a3.tar.gz
Adjusted rem tarball source and checksum for 0.6.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e76adfa50ba..3dd9edfb4304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=rem
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="portable library for real-time audio and video processing"
arch=('i686' 'x86_64' 'armv6h')
url="http://creytiv.com/rem.html"
license=('BSD')
depends=('re')
-source=("http://creytiv.com/pub/${pkgname}-${pkgver}.tar.gz"
+source=("https://github.com/creytiv/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
"rem-flags.patch")
-sha256sums=('417620da3986461598aef327c782db87ec3dd02c534701e68f4c255e54e5272c'
+sha256sums=('fb04e691161eea23c238362b210351d7a19a23691cf31db7d64e364320f18a33'
'2db9d6f0264a40ca59d7cc06855ba762e1759596f2a87a818bd72fa5a5626f41')
prepare() {