summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Masala2022-08-02 15:39:38 +0200
committerFrancesco Masala2022-08-02 15:39:38 +0200
commit8387308bf6ea644e87024b90d3ae2a9eef1c5b27 (patch)
tree06b9fd214e692e9bfd0edcd57b2de33e93630c87 /PKGBUILD
parenta73b4d2d7951512b595ac24b9386c098eed16868 (diff)
downloadaur-8387308bf6ea644e87024b90d3ae2a9eef1c5b27.tar.gz
Urgent rollback to version 2022-5-28 because libadwaita on official arch repo is outdated
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06ed0714f64d..5ce4f6fae684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,19 @@
# Contributor: Francesco Masala <mail@francescomasala.me>
pkgname=bottles
-pkgver=2022.6.14
-pkgrel=9
+pkgver=2022.5.28
+pkgrel=5
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
url="https://github.com/bottlesdevs/Bottles"
license=('GPL3')
depends=(
- 'python-pefile'
- 'gtksourceview4'
- 'libhandy'
- 'imagemagick'
'lib32-gnutls'
- 'gtk4'
- 'gtksourceview5'
+ 'gtksourceview4'
'hicolor-icon-theme'
'dconf'
'python'
+ 'libhandy'
'gtk3'
'patool'
'p7zip'
@@ -39,7 +35,7 @@ optdepends=(
'vulkan-icd-loader'
'gamemode')
makedepends=('meson' 'ninja')
-source=("${pkgname}-2022.5.28-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.28-trento-3.tar.gz")
+source=("${pkgname}-${pkgver}-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/${pkgver}-trento-3.tar.gz")
sha256sums=('07d8a054abfe8393ae8115761ce4a709735ebb4455a2a923785c9d2ae042949f')
build() {