summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford (ShayBox)2020-04-17 02:37:35 -0400
committerShayne Hartford (ShayBox)2020-04-17 02:37:35 -0400
commit3abb88c11cc7f6596b35b72f96f8f51189e41522 (patch)
tree2583536fa64838baa56c3d9442d5d7661a67796a
parente4b55a9171771e5b927525f31c0b574eea906481 (diff)
downloadaur-3abb88c11cc7f6596b35b72f96f8f51189e41522.tar.gz
Fix symlink warning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4dac3a800dc..4ad171410dbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libndi-bin
pkgdesc = Custom build of ndi-sdk from obs-ndi
pkgver = 4.5.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Palakis/obs-ndi
arch = x86_64
license = LGPL2.0
diff --git a/PKGBUILD b/PKGBUILD
index fe426c335fb3..dcf3a27c555a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=libndi-bin
_pkgname=obs-ndi
pkgver=4.5.1
_pkgver=4.8.0
-pkgrel=3
+pkgrel=4
_pkgrel=1
pkgdesc="Custom build of ndi-sdk from obs-ndi"
arch=('x86_64')
@@ -19,4 +19,5 @@ package() {
cd "${srcdir}"
tar -xJf data.tar.xz -C "${pkgdir}"
+ rm "${pkgdir}"/usr/lib/libndi.so.4
}