summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2024-11-08 17:10:33 +0100
committerlotation2024-11-08 17:10:33 +0100
commited4fbed77f30626780a35d8d11693ce0557ed289 (patch)
tree8567511d9f387932cdb3a739491f27f081e41e61
parent695e05b8e880b3f9184492f10c2ebd52195c4173 (diff)
downloadaur-ed4fbed77f30626780a35d8d11693ce0557ed289.tar.gz
renamed fvs dependency to python-fvs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9000a1c1e816..59f776479a7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 51.15
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/bottlesdevs/Bottles
- arch = x86_64
+ arch = any
license = GPL-3.0-only
makedepends = meson
makedepends = ninja
makedepends = blueprint-compiler
depends = cabextract
depends = dconf
- depends = fvs
depends = gtk4
depends = gtksourceview5
depends = hicolor-icon-theme
@@ -23,6 +22,7 @@ pkgbase = bottles
depends = patool
depends = python
depends = python-chardet
+ depends = python-fvs
depends = python-gobject
depends = python-markdown
depends = python-orjson
diff --git a/PKGBUILD b/PKGBUILD
index dd47b2843b64..b97f39eff76b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,28 +3,27 @@
pkgname=bottles
pkgver=51.15
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Easily manage wine and proton prefix'
-arch=('x86_64')
+arch=(any)
url="https://github.com/bottlesdevs/Bottles"
license=('GPL-3.0-only')
depends=(
'cabextract'
'dconf'
- 'fvs'
'gtk4'
'gtksourceview5'
'hicolor-icon-theme'
'icoextract'
'imagemagick'
'libadwaita'
-# 'libhandy'
'libportal-gtk4'
'p7zip'
'patool'
'python'
'python-chardet'
+ 'python-fvs'
'python-gobject'
'python-markdown'
'python-orjson'
@@ -65,3 +64,4 @@ package() {
cd "Bottles"
DESTDIR="${pkgdir}" ninja -C build install
}
+