summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirkobrombin2021-06-11 08:18:02 +0200
committermirkobrombin2021-06-11 08:18:02 +0200
commit3d6c7222d9249245c2cc77dc588e6328d60d9fce (patch)
treef91898c0c80b9e1c2f4c36d1c9c3d3ab20aab08c
parentf21406b7a6fbfc6f8f63f2d551461fc779faf9a6 (diff)
downloadaur-3d6c7222d9249245c2cc77dc588e6328d60d9fce.tar.gz
Release 3.1.14
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 204de65f6b95..4b41464a6652 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
- pkgdesc = Easily manage wineprefix
- pkgver = 3.1.13
+ pkgdesc = Easily manage wine and proton prefix
+ pkgver = 3.1.14
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.13.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.13.tar.gz
- sha256sums = 3a00e282639d0afb0a17aa17c7e2f08479600d278f7485422144e4284b4e733d
+ source = bottles-3.1.14.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.14.tar.gz
+ sha256sums = ecebf7cb78b0843b903dcff8c712ddcef1409230ebd1a7c08d0e56362c3538c3
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 8e2d203a36de..4427cb7f508f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=3.1.13
+pkgver=3.1.14
pkgrel=1
-pkgdesc='Easily manage wineprefix'
+pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
@@ -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=('3a00e282639d0afb0a17aa17c7e2f08479600d278f7485422144e4284b4e733d')
+sha256sums=('ecebf7cb78b0843b903dcff8c712ddcef1409230ebd1a7c08d0e56362c3538c3')
build() {
cd "Bottles-${pkgver}"