summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2019-01-04 12:37:35 +0100
committerJake2019-01-04 12:37:35 +0100
commit5d9ae09647f4cca07639cb7e38ac9e0b7fc56152 (patch)
tree136fbdec5eb8e92eb1334f20b354cde22a61e661
parent6c9c3d4e9ae52cd5d463c18bcff6d329831a32ab (diff)
downloadaur-5d9ae09647f4cca07639cb7e38ac9e0b7fc56152.tar.gz
Update to 1.3.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fe7e19b345..319588a74e03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = q4wine
pkgdesc = A Qt5 GUI for Wine
- pkgver = 1.3.10
+ pkgver = 1.3.11
pkgrel = 1
url = http://sourceforge.net/projects/q4wine/
arch = x86_64
@@ -16,8 +16,8 @@ pkgbase = q4wine
optdepends = winetricks
optdepends = fuseiso
options = !emptydirs
- source = https://github.com/brezerk/q4wine/archive/v1.3.10.tar.gz
- sha256sums = a1dbc257dc7e56b07863ca469f924aded88ee5494b71a54249f097828dcae457
+ source = https://github.com/brezerk/q4wine/archive/v1.3.11.tar.gz
+ sha256sums = 922c1093267269f8ab1972bf419ca46fced8ed8bfd5b92de3bc31703a57e2964
pkgname = q4wine
diff --git a/PKGBUILD b/PKGBUILD
index c51bda187d3a..8d7303ae3a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Chris Giles <Chris.G.27 (at) Gmail.com>
pkgname=q4wine
-pkgver=1.3.10
+pkgver=1.3.11
pkgrel=1
pkgdesc="A Qt5 GUI for Wine"
arch=("x86_64")
@@ -14,7 +14,7 @@ makedepends=("cmake" "qt5-tools" "qt5-svg")
optdepends=("winetricks" "fuseiso")
options=('!emptydirs')
source=("https://github.com/brezerk/q4wine/archive/v${pkgver}.tar.gz")
-sha256sums=('a1dbc257dc7e56b07863ca469f924aded88ee5494b71a54249f097828dcae457')
+sha256sums=('922c1093267269f8ab1972bf419ca46fced8ed8bfd5b92de3bc31703a57e2964')
build() {
cd "$srcdir"/${pkgname}-${pkgver/_/-}