summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2021-01-24 21:28:18 +0200
committerDimitris Kiziridis2021-01-24 21:28:18 +0200
commit088d36bc4e6be0748784cfcb4fdf65e0ce0659db (patch)
treed547a41b1cfb1802c0770e3742e8cc286a972318
parent8c7a0042a1261ede246486d672599191901208b3 (diff)
downloadaur-088d36bc4e6be0748784cfcb4fdf65e0ce0659db.tar.gz
Update to 2.1.0.4
-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}"