summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Menrath2019-11-05 14:10:11 +0100
committerAndré Menrath2019-11-05 14:10:11 +0100
commit435c55a8781b8f3a0323b87aef0dab3207e38ba1 (patch)
treebffb7e688709fab5512472c5cbbc9d2a0d36ffe8
parentcc2f6a882d285a75f26ecd1718bc2c686ef2a8c5 (diff)
downloadaur-435c55a8781b8f3a0323b87aef0dab3207e38ba1.tar.gz
Changed webhost for reaper_plugin_functions.h
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1057780b271a..73fd58524fef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sws
pkgdesc = A collection of features that seamlessly integrate into REAPER
pkgver = 2.10.0.1
- pkgrel = 2
+ pkgrel = 3
url = http://www.sws-extension.org/
arch = x86_64
license = MIT
@@ -15,10 +15,10 @@ pkgbase = sws
conflicts = sws
source = git://github.com/reaper-oss/sws.git
source = git://github.com/justinfrankel/WDL.git/
- source = https://swsaur.000webhostapp.com/files/reaper_plugin_functions.tar.xz
+ source = http://hosting121501.a2fb8.netcup.net/reaper_plugin_functions.h
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 5a8bfe55b1687ffcb173121bd85cf58ede78dc959dce230e5524e62fbe07890b
+ sha256sums = 033f520e4e03e9311a1e0b7d65b9b00784c0c35f46da42cf7ca691db058a1be1
pkgname = sws
diff --git a/PKGBUILD b/PKGBUILD
index 447fc2ccae94..bc72847f0364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: hfte@posteo.org
pkgname=sws
pkgver=2.10.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of features that seamlessly integrate into REAPER"
arch=('x86_64')
url="http://www.sws-extension.org/"
@@ -12,10 +12,10 @@ provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=("git://github.com/reaper-oss/sws.git"
"git://github.com/justinfrankel/WDL.git/"
- "https://swsaur.000webhostapp.com/files/reaper_plugin_functions.tar.xz")
+ "http://hosting121501.a2fb8.netcup.net/reaper_plugin_functions.h")
sha256sums=('SKIP'
'SKIP'
- '5a8bfe55b1687ffcb173121bd85cf58ede78dc959dce230e5524e62fbe07890b')
+ '033f520e4e03e9311a1e0b7d65b9b00784c0c35f46da42cf7ca691db058a1be1')
pkgver() {
cd "$pkgname"