summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-02-10 22:09:50 +0100
committerFelix Golatofski2020-02-10 22:09:50 +0100
commit58c31b366c82885d278dde66b6a899cf108814da (patch)
tree81ddcf050c258a8ccc68655d8d7d34a13b5ef945
parent85172349c398fd03a01a34d08bf5212c52b7432a (diff)
downloadaur-58c31b366c82885d278dde66b6a899cf108814da.tar.gz
Updated to 1.2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d36d51c520c..ee07dc7e0029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Jan 18 23:09:23 UTC 2018
pkgbase = jammr
pkgdesc = jammr lets you play with musicians over the internet
- pkgver = 1.2.6
+ pkgver = 1.2.8
pkgrel = 1
url = https://www.jammr.net/
arch = i686
@@ -17,8 +15,8 @@ pkgbase = jammr
depends = portmidi
depends = qt5-base
options = !emptydirs
- source = https://codeload.github.com/stefanha/wahjam/tar.gz/jammr-1.2.6
- md5sums = 380874966a852279ac0403dee38262f2
+ source = https://github.com/wahjam/wahjam/archive/jammr-1.2.8.tar.gz
+ sha512sums = 1172681298275118bd58a469d57df07fb080d43b7e7bc6712a1061ae1d21520b6e9cb99e6671b6590f3721a3c8aaecb5c1869a37e92a4a64a161bb3289657ce0
pkgname = jammr
diff --git a/PKGBUILD b/PKGBUILD
index 01a73300493b..e14031cab317 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Augustin deMayo <gus.demayo@gmail.com>
pkgname=jammr
-pkgver=1.2.6
+pkgver=1.2.8
pkgrel=1
pkgdesc="jammr lets you play with musicians over the internet"
arch=("i686" "x86_64")
@@ -10,8 +10,8 @@ license=("GPL2")
depends=("libvorbis" "libogg" "libstdc++296" "portaudio" "portmidi" "qt5-base")
makedepends=("qt5-base" "portmidi")
options=("!emptydirs")
-source=("https://codeload.github.com/stefanha/wahjam/tar.gz/${pkgname}-${pkgver}")
-md5sums=("380874966a852279ac0403dee38262f2")
+source=("https://github.com/wahjam/wahjam/archive/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('1172681298275118bd58a469d57df07fb080d43b7e7bc6712a1061ae1d21520b6e9cb99e6671b6590f3721a3c8aaecb5c1869a37e92a4a64a161bb3289657ce0')
build() {
cd wahjam-jammr-${pkgver}