summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2021-03-28 16:15:21 +0200
committerFrancesco Masala2021-03-28 16:15:21 +0200
commit578bd1d26258eb1c2dc6a9bfa11d4c31c36d5b2e (patch)
treedf4b691e55cc2c11e509d8493ffb40b2862f91cd
parentbc6db3b6d27c4377fd4052fb63fa8ebf81889178 (diff)
downloadaur-578bd1d26258eb1c2dc6a9bfa11d4c31c36d5b2e.tar.gz
Updated version to 3.1.2 and fixed typo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daf799212793..1edcefcf7309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bottles
pkgdesc = Easily manage wineprefix
- pkgver = 3.1.1
+ pkgver = 3.1.2
pkgrel = 1
url = https://usebottles.com
arch = any
@@ -13,9 +13,9 @@ pkgbase = bottles
depends = libhandy
depends = gtk3
depends = python-gobject
- depens = wine
- source = bottles-3.1.1.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.1.tar.gz
- sha256sums = b917508da824b08e0c3a8cda28cdbbcfcdc15ff11e065096203d2503dc9d2c5a
+ depends = wine
+ source = bottles-3.1.2.tar.gz::https://github.com/bottlesdevs/Bottles/archive/3.1.2.tar.gz
+ sha256sums = 3aacc125ec55a3a6cbf334404754f96b635b995b8877fe6763577fa9e6dbdfff
pkgname = bottles
diff --git a/PKGBUILD b/PKGBUILD
index 696809f5df4e..247212a45e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc='Easily manage wineprefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
-depends=('hicolor-icon-theme' 'dconf' 'python' 'libhandy' 'gtk3' 'python-gobject')
+depends=('wine' '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=('b917508da824b08e0c3a8cda28cdbbcfcdc15ff11e065096203d2503dc9d2c5a')
+sha256sums=('3aacc125ec55a3a6cbf334404754f96b635b995b8877fe6763577fa9e6dbdfff')
build() {
cd "Bottles-${pkgver}"