summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2018-08-29 19:01:45 +0200
committerXiretza2018-08-29 19:01:45 +0200
commit7ea14cb508b724bb5a3f4c995f62baa744dbd017 (patch)
treeecc3ab85de29606e96170dfd50e35bab768590b2
parentd9e526d521e518b24c2a8116f43af1d98abb972d (diff)
downloadaur-7ea14cb508b724bb5a3f4c995f62baa744dbd017.tar.gz
versioned priovides=
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 963f4c853b49..22c6dcf9004a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = obexftp
pkgdesc = A tool for transfer files to/from any OBEX enabled device
pkgver = 0.24.2
- pkgrel = 3
+ pkgrel = 4
url = http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp
arch = x86_64
license = GPL
@@ -16,7 +16,7 @@ pkgbase = obexftp
depends = fuse2
optdepends = ruby: ruby bindings
optdepends = tk: TCL/Tk bindings
- provides = obexfs
+ provides = obexfs=0.24.2
conflicts = obexfs
replaces = obexfs
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index b197603baa2d..c0b4c64a0076 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=obexftp
pkgver=0.24.2
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for transfer files to/from any OBEX enabled device"
arch=('x86_64')
url="http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp"
license=('GPL')
-provides=('obexfs')
+provides=("obexfs=${pkgver}")
replaces=('obexfs')
conflicts=('obexfs')
depends=('openobex' 'expat' 'fuse2')