summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfbostanci2020-05-10 20:25:28 +0300
committerfbostanci2020-05-10 20:25:28 +0300
commit6bc6115d88f35b82a4d86e8588e9149cb8d42408 (patch)
tree24d6dd0d2e3af3701d58afffdca1df30cbcb1949
parent7383f0170ee15ae6a3b42d172784b1831d773609 (diff)
downloadaur-6bc6115d88f35b82a4d86e8588e9149cb8d42408.tar.gz
v1.1 upd.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 489c1ff1ddb9..78669e485a79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ezanvakti-qt-gui
pkgdesc = Qt Gui for Ezanvakti Application
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://gitlab.com/fbostanci/ezanvakti-qt-gui
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = ezanvakti-qt-gui
depends = qt5-base
depends = qt5-multimedia
depends = gst-plugins-good
- source = https://github.com/fbostanci/ezanvakti-qt-gui/archive/v1.0.tar.gz
- md5sums = 5446e8273a97822bd290446f41c7cda0
+ source = https://github.com/fbostanci/ezanvakti-qt-gui/archive/v1.1.tar.gz
+ md5sums = 7c184433cacae537dfdb2d0f259546be
pkgname = ezanvakti-qt-gui
diff --git a/PKGBUILD b/PKGBUILD
index 0b18a57f5a45..265fa3c38c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fatih Bostancı <ironic@yaani.com>
pkgname=ezanvakti-qt-gui
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Qt Gui for Ezanvakti Application"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://gitlab.com/fbostanci/ezanvakti-qt-gui"
license=('GPL3')
depends=('ezanvakti>=7.0' 'qt5-base' 'qt5-multimedia' 'gst-plugins-good')
source=("https://github.com/fbostanci/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('5446e8273a97822bd290446f41c7cda0')
+md5sums=('7c184433cacae537dfdb2d0f259546be')
build() {
cd "$pkgname-$pkgver"