summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 938bb7e3bc7f..1174a07a0970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = wammu
pkgdesc = A wxPython-based GUI for Gammu, a mobile phone manager.
pkgver = 0.44
- pkgrel = 13
+ pkgrel = 14
url = https://wammu.eu/wammu/
arch = any
license = GPL
- makedepends = python2-pybluez<1:0.23
+ makedepends = python2-pybluez<0.23
makedepends = python2-setuptools
depends = python2-gammu
depends = python2-six
depends = wxpython
optdepends = gnome-bluetooth: Bluetooth support
- optdepends = python2-pybluez<1:0.23: Bluetooth support
+ optdepends = python2-pybluez<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 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"