summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClarence2020-03-03 15:09:34 +0800
committerClarence2020-03-03 15:09:34 +0800
commitc728ca1904d205ce46d62dfdd9864cb6260846c8 (patch)
tree94caf6a86002c44a1d4f6c1d0a4d3c60f095363b
parent2a48dfda3b82c5f5fe5739af25d056b842a66078 (diff)
downloadaur-c728ca1904d205ce46d62dfdd9864cb6260846c8.tar.gz
upgrade to 3.7.10
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e0802f2449b..7fc4f68a3a88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ocenaudio
pkgdesc = Cross-platform, easy to use, fast and functional audio editor
- pkgver = 3.7.9
+ pkgver = 3.7.10
pkgrel = 1
url = http://www.ocenaudio.com/
arch = i686
@@ -12,10 +12,10 @@ pkgbase = ocenaudio
depends = qt5-base
provides = ocenaudio
conflicts = ocenaudio
- source_i686 = ocenaudio-3.7.9_i686.deb::http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian32.deb?version=3.7.9
- sha256sums_i686 = 915f29d578432aa8e84a236f18b08c8a26e472dd80d814b3bf99fbfb6e730273
- source_x86_64 = ocenaudio-3.7.9_x86_64.tar.xz::http://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.xz?version=3.7.9
- sha256sums_x86_64 = b4e6a0c141bb6d97da1973b80f54824ab6689ce2ada5c6f5949d9f8d80eaca69
+ source_i686 = ocenaudio-3.7.10_i686.deb::http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian32.deb?version=3.7.10
+ sha256sums_i686 = 0230dc43335aa8a24329b5032dcbb79d5fa874695699fa54b771f2a7018d96a5
+ source_x86_64 = ocenaudio-3.7.10_x86_64.tar.xz::http://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.xz?version=3.7.10
+ sha256sums_x86_64 = 34cd8c56f5ecf1e59da67df8697c04e9990105aa00bddfcdfcaf8cb34e2d17f5
pkgname = ocenaudio
diff --git a/PKGBUILD b/PKGBUILD
index 7263b3eb1577..930133e5f3a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
_pkgname=ocenaudio
pkgname="$_pkgname"
-pkgver=3.7.9
+pkgver=3.7.10
pkgrel=1
pkgdesc="Cross-platform, easy to use, fast and functional audio editor"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ license=('custom')
depends=('hicolor-icon-theme' 'jack' 'libpulse' 'qt5-base')
provides=("$_pkgname")
conflicts=("$_pkgname")
-sha256sums_i686=('915f29d578432aa8e84a236f18b08c8a26e472dd80d814b3bf99fbfb6e730273')
-sha256sums_x86_64=('b4e6a0c141bb6d97da1973b80f54824ab6689ce2ada5c6f5949d9f8d80eaca69')
+sha256sums_i686=('0230dc43335aa8a24329b5032dcbb79d5fa874695699fa54b771f2a7018d96a5')
+sha256sums_x86_64=('34cd8c56f5ecf1e59da67df8697c04e9990105aa00bddfcdfcaf8cb34e2d17f5')
source_i686=("${_pkgname}-${pkgver}_i686.deb::http://www.ocenaudio.com/downloads/index.php/ocenaudio_debian32.deb?version=${pkgver}")
source_x86_64=("${_pkgname}-${pkgver}_x86_64.tar.xz::http://www.ocenaudio.com/downloads/index.php/ocenaudio_archlinux.pkg.tar.xz?version=${pkgver}")