summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-07-30 16:37:27 -0600
committeryochananmarqos2019-07-30 16:37:27 -0600
commit2192ffebf6a7bf516a59c1002ea29f1b316d205c (patch)
tree963ebb5384ca3f883575627249c105bc59eb2ff4
parentccc8a07586ea3b5b1903cc03ba79ae65b4aa32c2 (diff)
downloadaur-2192ffebf6a7bf516a59c1002ea29f1b316d205c.tar.gz
updated to 1.12
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 110e9046f3de..3b699f8a314e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = viper4linux-gui
pkgdesc = Official UI for Viper4Linux
- pkgver = 1.11
+ pkgver = 1.12
pkgrel = 1
url = https://github.com/ThePBone/Viper4Linux-GUI
arch = any
@@ -9,9 +9,9 @@ pkgbase = viper4linux-gui
depends = viper4linux
depends = qt5-base
depends = mesa
- source = viper4linux-gui-1.11.tar.gz::https://github.com/ThePBone/Viper4Linux-GUI/archive/1.11.tar.gz
+ source = viper4linux-gui-1.12.tar.gz::https://github.com/ThePBone/Viper4Linux-GUI/archive/1.12.tar.gz
source = viper4linux-gui.desktop
- sha256sums = b01b2146bf3817998ef8e0198c80dfa328f348134214d4f040dc950ca97519f3
+ sha256sums = 7e7243187412be7915739540f4a1812ce0f48af908cbf66ea7a4a716391801ff
sha256sums = 05a46b8ad3508e9275388d9255247cda09977eb8087fa5dd96d04bc25c17a77c
pkgname = viper4linux-gui
diff --git a/PKGBUILD b/PKGBUILD
index 360f305141e4..ea4668da0058 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=viper4linux-gui
-pkgver=1.11
+pkgver=1.12
pkgrel=1
pkgdesc="Official UI for Viper4Linux"
arch=('any')
@@ -10,7 +10,7 @@ depends=('viper4linux' 'qt5-base' 'mesa')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ThePBone/Viper4Linux-GUI/archive/$pkgver.tar.gz"
"viper4linux-gui.desktop")
-sha256sums=('b01b2146bf3817998ef8e0198c80dfa328f348134214d4f040dc950ca97519f3'
+sha256sums=('7e7243187412be7915739540f4a1812ce0f48af908cbf66ea7a4a716391801ff'
'05a46b8ad3508e9275388d9255247cda09977eb8087fa5dd96d04bc25c17a77c')
build() {