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 b330ded42173..05988ab6aeca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 3.1.5
+ pkgver = 3.1.8
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.5.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.5.tar.gz
- sha256sums = 12bb100d9aa1272efc12592d013e56228c341e125189e54dc6407caac3e19808
+ source = bottles-3.1.8.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.8.tar.gz
+ sha256sums = 097849b9801a6c3a5359cb9c135d9fa0fa7d96028889f5840513cdf6a376db47
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index dd829bf3ed00..cbf391149a55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=3.1.5
+pkgver=3.1.8
pkgrel=1
pkgdesc='Easily manage wineprefix'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('wine' 'hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
-sha256sums=('12bb100d9aa1272efc12592d013e56228c341e125189e54dc6407caac3e19808')
+sha256sums=('097849b9801a6c3a5359cb9c135d9fa0fa7d96028889f5840513cdf6a376db47')
build() {
cd "Bottles-${pkgver}"