summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirkobrombin2021-05-22 21:09:01 +0200
committermirkobrombin2021-05-22 21:09:01 +0200
commit9003c223793f8e9fd41e979e4c337ff039410652 (patch)
treeb41083dfbf9eb7f84f1c2283d5f8f8556d79fd65
parent6e67803c5b25aca4217ba240def7ab1997b3bca9 (diff)
downloadaur-9003c223793f8e9fd41e979e4c337ff039410652.tar.gz
Release 3.1.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad1ba629bf14..652e4d380fed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 3.1.10
+ pkgver = 3.1.11
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.10.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.10.tar.gz
- sha256sums = b91c3dc95518b97ab26fd036194e39299eb0543474c04bf1769df21731cb688b
+ source = bottles-3.1.11.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.11.tar.gz
+ sha256sums = b271f38522602282c0116b9102b28ccdc2435b36cf7a19e5d2547ed405f4e163
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index e87c2c0f46b4..7506d94caae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=3.1.10
+pkgver=3.1.11
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=('b91c3dc95518b97ab26fd036194e39299eb0543474c04bf1769df21731cb688b')
+sha256sums=('b271f38522602282c0116b9102b28ccdc2435b36cf7a19e5d2547ed405f4e163')
build() {
cd "Bottles-${pkgver}"