summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05988ab6aeca..2bef4e4c1f1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 3.1.8
+ pkgver = 3.1.9
pkgrel = 1
url = https://usebottles.com
arch = any
@@ -14,8 +14,8 @@ pkgbase = bottles
depends = gtk3
depends = python-gobject
depends = wine
- source = bottles-3.1.8.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.8.tar.gz
- sha256sums = 097849b9801a6c3a5359cb9c135d9fa0fa7d96028889f5840513cdf6a376db47
+ source = bottles-3.1.9.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.9.tar.gz
+ sha256sums = 32314d107f2f551828770e7b4784ce1cbe5aafb6c88757b6088fe7a74eee2230
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 34d81128042b..06e6a30491fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=3.1.8
+pkgver=3.1.9
pkgrel=1
pkgdesc='Easily manage wineprefix'
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject
optdepends=('wine')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
-sha256sums=('097849b9801a6c3a5359cb9c135d9fa0fa7d96028889f5840513cdf6a376db47')
+sha256sums=('32314d107f2f551828770e7b4784ce1cbe5aafb6c88757b6088fe7a74eee2230')
build() {
cd "Bottles-${pkgver}"