summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirkobrombin2021-06-09 08:44:43 +0200
committermirkobrombin2021-06-09 08:44:43 +0200
commitf21406b7a6fbfc6f8f63f2d551461fc779faf9a6 (patch)
treecc51e420fd45ba96cb9c67a076fa180f738ea28f
parent9003c223793f8e9fd41e979e4c337ff039410652 (diff)
downloadaur-f21406b7a6fbfc6f8f63f2d551461fc779faf9a6.tar.gz
Release 3.1.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 652e4d380fed..204de65f6b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 3.1.11
+ pkgver = 3.1.13
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.11.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.11.tar.gz
- sha256sums = b271f38522602282c0116b9102b28ccdc2435b36cf7a19e5d2547ed405f4e163
+ source = bottles-3.1.13.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.13.tar.gz
+ sha256sums = 3a00e282639d0afb0a17aa17c7e2f08479600d278f7485422144e4284b4e733d
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 7506d94caae9..8e2d203a36de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=3.1.11
+pkgver=3.1.13
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=('b271f38522602282c0116b9102b28ccdc2435b36cf7a19e5d2547ed405f4e163')
+sha256sums=('3a00e282639d0afb0a17aa17c7e2f08479600d278f7485422144e4284b4e733d')
build() {
cd "Bottles-${pkgver}"