[arch-commits] Commit in fuse2/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Dec 13 05:55:13 UTC 2016


    Date: Tuesday, December 13, 2016 @ 05:55:13
  Author: anatolik
Revision: 283089

FS#52134 add $pkgver to provides=''

It allows to unbreak packages that use version restriction for fuse package (like veracrypt)

Modified:
  fuse2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 00:53:17 UTC (rev 283088)
+++ PKGBUILD	2016-12-13 05:55:13 UTC (rev 283089)
@@ -5,12 +5,12 @@
 
 pkgname=fuse2
 pkgver=2.9.7
-pkgrel=2
+pkgrel=3
 pkgdesc="A library that makes it possible to implement a filesystem in a userspace program."
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
 license=('GPL2')
-provides=('fuse') # TODO: remove it once all packages start to use 'fuse2' name
+provides=(fuse=$pkgver) # TODO: remove it once all packages start to use 'fuse2' name
 replaces=('fuse')
 conflicts=('fuse')
 depends=('glibc' 'fuse-common')



More information about the arch-commits mailing list