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 8be53f283d1a..de6446d40ee7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 2.1.0.1
+ pkgver = 2.1.0.4
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.1.0.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.1.0.1.tar.gz
- sha256sums = d17edfcc7cc7bc1d53f417dabfe30892af7738cc155b6bb0f9517a3959529132
+ source = bottles-2.1.0.4.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.1.0.4.tar.gz
+ sha256sums = 90ba3cc4103cb23f6c26cd080aa1813dd912739e41a0b1cf3b016954eb684b37
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index afba255b4047..639a6275a453 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=bottles
-pkgver=2.1.0.1
+pkgver=2.1.0.4
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=('d17edfcc7cc7bc1d53f417dabfe30892af7738cc155b6bb0f9517a3959529132')
+sha256sums=('90ba3cc4103cb23f6c26cd080aa1813dd912739e41a0b1cf3b016954eb684b37')
build() {
cd "Bottles-${pkgver}"