summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Masala2022-08-02 15:39:38 +0200
committerFrancesco Masala2022-08-02 15:39:38 +0200
commit8387308bf6ea644e87024b90d3ae2a9eef1c5b27 (patch)
tree06b9fd214e692e9bfd0edcd57b2de33e93630c87
parenta73b4d2d7951512b595ac24b9386c098eed16868 (diff)
downloadaur-8387308bf6ea644e87024b90d3ae2a9eef1c5b27.tar.gz
Urgent rollback to version 2022-5-28 because libadwaita on official arch repo is outdated
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83426ddf3ad1..24f432015b54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
- pkgver = 2022.6.14
- pkgrel = 9
- url = https://github.com/bottlesdevs/Bottles
+ pkgver = 2022.5.28
+ pkgrel = 5
+ epoch = 1
+ url = https://usebottles.com
arch = x86_64
license = GPL3
makedepends = meson
makedepends = ninja
- depends = python-pefile
- depends = gtksourceview4
- depends = libhandy
- depends = imagemagick
depends = lib32-gnutls
- depends = gtk4
- depends = gtksourceview5
+ depends = gtksourceview4
depends = hicolor-icon-theme
depends = dconf
depends = python
+ depends = libhandy
depends = gtk3
depends = patool
depends = p7zip
@@ -35,7 +32,7 @@ pkgbase = bottles
optdepends = lib32-vulkan-icd-loader
optdepends = vulkan-icd-loader
optdepends = gamemode
- source = bottles-2022.5.28-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.28-trento-3.tar.gz
+ source = bottles-2022.5.28-trento-3.tar.gz::https://github.com/bottlesdevs/Bottles/archive/2022.5.14-trento-3.tar.gz
sha256sums = 07d8a054abfe8393ae8115761ce4a709735ebb4455a2a923785c9d2ae042949f
pkgname = bottles
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() {