summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2021-10-18 13:35:36 +0200
committerroot2021-10-18 13:35:36 +0200
commit5714951a6426bfd7521ad1e60f1df9c7d7c3f07d (patch)
tree30622f876aae5d378d7200acb2ea3737a0d69823 /PKGBUILD
parent524ec78fbbd798b3d09f9f8bf432477beb9d79f9 (diff)
downloadaur-5714951a6426bfd7521ad1e60f1df9c7d7c3f07d.tar.gz
Added a version restriction for the `python2-pybluez` optdependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"