summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2021-10-18 14:27:43 +0200
committerroot2021-10-18 14:27:43 +0200
commitf1aeabf1f59fa1dd9089d3fdd3c77933f0dd02f1 (patch)
tree60152ed1619a05e82f90e23dbbf61900f9652466 /PKGBUILD
parent5714951a6426bfd7521ad1e60f1df9c7d7c3f07d (diff)
downloadaur-wammu.tar.gz
Changed version restriction for `python2-pybluez` with removed `$epoch`-part, since `python2-pybluez-0.22` now will fulfill that.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd3228e7fc57..b679901f67b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=wammu
pkgver=0.44
-pkgrel=13
+pkgrel=14
pkgdesc="A wxPython-based GUI for Gammu, a mobile phone manager."
arch=('any')
url="https://wammu.eu/wammu/"
@@ -16,12 +16,12 @@ depends=(
'wxpython'
)
makedepends=(
- 'python2-pybluez<1:0.23'
+ 'python2-pybluez<0.23'
'python2-setuptools'
)
optdepends=(
'gnome-bluetooth: Bluetooth support'
- 'python2-pybluez<1:0.23: Bluetooth support'
+ 'python2-pybluez<0.23: Bluetooth support'
)
source=(
"https://dl.cihar.com/${pkgname}/v0/${pkgname}-${pkgver}.tar.xz"