summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Latorre2019-01-15 22:10:48 -0500
committerDavid Latorre2019-01-15 22:10:48 -0500
commitb147021eac82845c75bdde836feeec2b53af9ed1 (patch)
treea11f67295bd283bc6425bd2a814cbd60d4024f2b
parent9f938eefc2849da5dd4a5e55487560e471a680ce (diff)
downloadaur-b147021eac82845c75bdde836feeec2b53af9ed1.tar.gz
Add new source
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0bc82212c21..7b83d941d34c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,9 +21,8 @@ depends=(
'libxdmcp'
)
makedepends=('unzip')
-source=(http://warmplace.ru/soft/sunvox/sunvox-$pkgver.zip)
-md5sums=('10bbeed0e3efe9345d17127fdf7751ef')
-
+source=(./sunvox-1-9.4c.tar.gz)
+sha256sums=('4fbf1351c358cf292a0fa2cb7a6152f1b3dd46b9acf1e9aa2f0b5096b6e52e84')
package() {
install -dm755 "${pkgdir}/opt/sunvox"
install -dm755 "${pkgdir}/usr/share/licenses/sunvox"
@@ -38,4 +37,4 @@ package() {
cp -a "${srcdir}/sunvox/instruments" "${pkgdir}/opt/sunvox/instruments"
cp -a "${srcdir}/sunvox/effects" "${pkgdir}/opt/sunvox/effects"
install -Dm644 "${srcdir}/sunvox/docs/license/SunVox.txt" "${pkgdir}/usr/share/licenses/sunvox/LICENSE"
-} \ No newline at end of file
+}