summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-20 16:21:44 +0200
committerMarcell Meszaros2022-06-20 17:09:12 +0200
commitd26be6c3646c1ae1481620a1528c44971629fc3b (patch)
tree31d7ccdb48e930998fb1a2f78b00454175b5772e /PKGBUILD
parentdadf1220f17f0f78081bf306b339d1399e5968ba (diff)
downloadaur-d26be6c3646c1ae1481620a1528c44971629fc3b.tar.gz
refactor: trim version in provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57e46a6fc7fc..a921111d54d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('gcc-libs' 'glibc' 'openssl' 'zlib')
makedepends=('git' 'cppunit')
conflicts=('libtorrent')
-provides=("libtorrent=${pkgver}")
+provides=("libtorrent=${pkgver%.r*}")
options=('debug')
source=("$pkgname::git+$url.git")
sha256sums=('SKIP')