summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlotation2023-10-23 19:31:29 +0200
committerlotation2023-10-23 19:31:29 +0200
commit11bf9e5ed827cb970c926366720a0e59f5a06c2b (patch)
treece7227fad2954593d32b2a2f1299e22060ae7ec4
parent267b29033802b5f6ac3c50a4bbdf6cda762dff66 (diff)
downloadaur-11bf9e5ed827cb970c926366720a0e59f5a06c2b.tar.gz
replaced python-charset-normalizer with python-chardet as bottles dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dddba80ef94..8abf74002c1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bottles
pkgdesc = Easily manage wine and proton prefix
pkgver = 51.9
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/bottlesdevs/Bottles
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = bottles
depends = p7zip
depends = patool
depends = python
- depends = python-charset-normalizer
+ depends = python-chardet
depends = python-gobject
depends = python-markdown
depends = python-orjson
diff --git a/PKGBUILD b/PKGBUILD
index 8728e75e54a3..c9a25fabf40d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bottles
pkgver=51.9
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Easily manage wine and proton prefix'
arch=('x86_64')
@@ -25,7 +25,7 @@ depends=(
'p7zip'
'patool'
'python'
- 'python-charset-normalizer'
+ 'python-chardet'
'python-gobject'
'python-markdown'
'python-orjson'