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 75529f40993e..02563c9f2dba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 2.0.5
+ pkgver = 2.0.7
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.5.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.0.5.tar.gz
- sha256sums = ad75317a88c83648cdf9d7583c94759b5b7887be97dc261397a7ff0e167a6b1a
+ source = bottles-2.0.7.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.0.7.tar.gz
+ sha256sums = 37cdc211ff3811f0bad0e624d817cfea36c00283be602ebfa64560178d0ed34b
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index f5a4ed962c36..2d637fe30288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=bottles
-pkgver=2.0.5
+pkgver=2.0.7
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=('ad75317a88c83648cdf9d7583c94759b5b7887be97dc261397a7ff0e167a6b1a')
+sha256sums=('37cdc211ff3811f0bad0e624d817cfea36c00283be602ebfa64560178d0ed34b')
build() {
cd "Bottles-${pkgver}"