summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2021-01-16 03:55:52 +0200
committerDimitris Kiziridis2021-01-16 03:55:52 +0200
commit8c7a0042a1261ede246486d672599191901208b3 (patch)
tree3279b44bea66e882ba055937b67c03e1873a5f38
parenta46d1a99ce8c65105868f5b67f1a8307d4442c7e (diff)
downloadaur-8c7a0042a1261ede246486d672599191901208b3.tar.gz
Update to 2.1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 956e86f69b73..8be53f283d1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 2.0.8.1
+ pkgver = 2.1.0.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.8.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.0.8.1.tar.gz
- sha256sums = 1a8388e91ec6806618a0e6bbf16deb3b8c35eda68dac615d0cc6bdad09641b6b
+ source = bottles-2.1.0.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2.1.0.1.tar.gz
+ sha256sums = d17edfcc7cc7bc1d53f417dabfe30892af7738cc155b6bb0f9517a3959529132
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 430cdb36422a..afba255b4047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=bottles
-pkgver=2.0.8.1
+pkgver=2.1.0.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=('1a8388e91ec6806618a0e6bbf16deb3b8c35eda68dac615d0cc6bdad09641b6b')
+sha256sums=('d17edfcc7cc7bc1d53f417dabfe30892af7738cc155b6bb0f9517a3959529132')
build() {
cd "Bottles-${pkgver}"