summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBleuzen2020-01-24 20:38:03 +0100
committerBleuzen2020-01-24 20:38:03 +0100
commit82cd041f4cad251fb084e4dc14013ee4c71b50ab (patch)
tree09e2035d1756e437353400866f016a7d07239e09 /PKGBUILD
parent43ea3bbd19a9da24af874b572b4eea599502484e (diff)
downloadaur-82cd041f4cad251fb084e4dc14013ee4c71b50ab.tar.gz
release 0.28
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74a033dd5a39..df1a9b416f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bleuzen <supgesu at gmail dot com>
pkgname=ffaudioconverter
-pkgver=0.27
+pkgver=0.28
pkgrel=1
pkgdesc="Graphical audio converter"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/Bleuzen/FFaudioConverter/"
license=('GPL3')
depends=('qt5-base' 'qt5-tools' 'ffmpeg')
source=("https://github.com/Bleuzen/FFaudioConverter/releases/download/v$pkgver/FFaudioConverter-$pkgver-src.tar.xz")
-sha256sums=('34ef6521390e917f1031f4c73ce863cb0ab67943b5d16509900ad82f2e025a7c')
+sha256sums=('58fa8b95f72149b1f07c7695311401613d0485c7b6f445e3bc1bf5cb5513b693')
build() {
qmake PREFIX="${pkgdir}/usr" FFaudioConverter.pro -spec linux-g++ CONFIG+=release