summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6fef3c01395..255eb19ae125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname='openscad-threadlib-git'
_gitname='threadlib'
-pkgver=r71.ad42e03
+pkgver=r82.950ee06
pkgrel=1
-pkgdesc='Library containing standard threads for OpenSCAD'
+pkgdesc='Library containing standard threads for OpenSCAD (git version)'
url='https://github.com/adrianschlatter/threadlib'
license=(
'BSD'
@@ -23,6 +23,12 @@ depends=(
'openscad'
'openscad-thread-profile-git'
)
+provides=(
+ 'openscad-threadlib'
+)
+conflicts=(
+ 'openscad-threadlib'
+)
pkgver() {
cd "$_gitname"