浏览代码

Fix invalid provides property for ffsend-git AUR package

timvisee 6 年之前
父节点
当前提交
9bd72bf7f4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/aur/git/PKGBUILD

+ 1 - 1
pkg/aur/git/PKGBUILD

@@ -6,7 +6,7 @@ pkgrel=1
 pkgdesc="Easily and securely share files from the command line. A Firefox Send client."
 url="https://gitlab.com/timvisee/ffsend"
 license=('GPL3')
-provides=('ffsend=$pkgver')
+provides=('ffsend')
 conflicts=('ffsend')
 source=("ffsend-v$pkgver.tar.gz::$url/-/archive/v$pkgver/ffsend-v$pkgver.tar.gz")
 sha256sums=('SKIP')