summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2021-03-09 10:27:23 +0100
committerFrancesco Masala2021-03-09 10:27:23 +0100
commit420eab20afea16544c3613461ea39beda38a3630 (patch)
treeb34b1d1a14ab0045d868e33ca30f97eef8e4f674
parentd19e0393ff2e37277c258ee958d9d2f6db6272fa (diff)
downloadaur-420eab20afea16544c3613461ea39beda38a3630.tar.gz
Updated to version 3.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 654ed7a31de1..4ea6483d41d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 3.0.7
+ pkgver = 3.0.8
pkgrel = 1
url = https://usebottles.com
arch = any
@@ -13,8 +13,8 @@ pkgbase = bottles
depends = libhandy
depends = gtk3
depends = python-gobject
- source = bottles-3.0.7.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.0.7.tar.gz
- sha256sums = 37367f89afcd0ddf4a7ad6bcfbdeb2248df20a85dda9e1fbcef80e91b831b958
+ source = bottles-3.0.8.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.0.8.tar.gz
+ sha256sums = 4ef3bf613c50991c3d126fb9878bce60ce223a80756e9de3834660aa63c2f1c
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 2681a0a4f8ea..07d6ae79d460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=3.0.7
+pkgver=3.0.8
pkgrel=1
pkgdesc='Easily manage wineprefix'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject')
makedepends=('meson' 'ninja')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}.tar.gz")
-sha256sums=('37367f89afcd0ddf4a7ad6bcfbdeb2248df20a85dda9e1fbcef80e91b831b958')
+sha256sums=('4ef3bf613c50991c3d126fb9878bce60ce223a80756e9de3834660aa63c2f1c3')
build() {
cd "Bottles-${pkgver}"