summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-10-18 13:35:36 +0200
committerroot2021-10-18 13:35:36 +0200
commit5714951a6426bfd7521ad1e60f1df9c7d7c3f07d (patch)
tree30622f876aae5d378d7200acb2ea3737a0d69823
parent524ec78fbbd798b3d09f9f8bf432477beb9d79f9 (diff)
downloadaur-5714951a6426bfd7521ad1e60f1df9c7d7c3f07d.tar.gz
Added a version restriction for the `python2-pybluez` optdependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 112b25ba5b66..938bb7e3bc7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wammu
pkgdesc = A wxPython-based GUI for Gammu, a mobile phone manager.
pkgver = 0.44
- pkgrel = 12
+ pkgrel = 13
url = https://wammu.eu/wammu/
arch = any
license = GPL
@@ -11,7 +11,7 @@ pkgbase = wammu
depends = python2-six
depends = wxpython
optdepends = gnome-bluetooth: Bluetooth support
- optdepends = python2-pybluez: Bluetooth support
+ optdepends = python2-pybluez<1:0.23: Bluetooth support
source = https://dl.cihar.com/wammu/v0/wammu-0.44.tar.xz
sha256sums = bf8199f888cb60e4a24839e71ec6f8e8deb11fd22f592fe1112e3252bd4b9145
diff --git a/PKGBUILD b/PKGBUILD
index e42cd0aac318..bd3228e7fc57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=wammu
pkgver=0.44
-pkgrel=12
+pkgrel=13
pkgdesc="A wxPython-based GUI for Gammu, a mobile phone manager."
arch=('any')
url="https://wammu.eu/wammu/"
@@ -21,7 +21,7 @@ makedepends=(
)
optdepends=(
'gnome-bluetooth: Bluetooth support'
- 'python2-pybluez: Bluetooth support'
+ 'python2-pybluez<1:0.23: Bluetooth support'
)
source=(
"https://dl.cihar.com/${pkgname}/v0/${pkgname}-${pkgver}.tar.xz"