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 02563c9f2dba..956e86f69b73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 2.0.7
+ pkgver = 2.0.8.1
pkgrel = 1
url = https://github.com/bottlesdevs/Bottles
arch = any
@@ -10,8 +10,8 @@ pkgbase = bottles
depends = hicolor-icon-theme
depends = dconf
depends = python
- source = bottles-2.0.7.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.0.7.tar.gz
- sha256sums = 37cdc211ff3811f0bad0e624d817cfea36c00283be602ebfa64560178d0ed34b
+ source = bottles-2.0.8.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.0.8.1.tar.gz
+ sha256sums = 1a8388e91ec6806618a0e6bbf16deb3b8c35eda68dac615d0cc6bdad09641b6b
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 2d637fe30288..430cdb36422a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=bottles
-pkgver=2.0.7
+pkgver=2.0.8.1
pkgrel=1
pkgdesc='Easily manage wineprefix'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('hicolor-icon-theme' 'dconf' 'python')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
-sha256sums=('37cdc211ff3811f0bad0e624d817cfea36c00283be602ebfa64560178d0ed34b')
+sha256sums=('1a8388e91ec6806618a0e6bbf16deb3b8c35eda68dac615d0cc6bdad09641b6b')
build() {
cd "Bottles-${pkgver}"