summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60421c47da3a..7b56aa9742f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ license=(gpl3)
makedepends=(git)
depends=(guile)
provides=(sph-lib)
+conflicts=(sph-lib)
source=("$pkgname::git://git.sph.mn/sph-lib#branch=stable")
url="http://sph.mn/content/187"
md5sums=(SKIP)
@@ -18,6 +19,5 @@ pkgver() {
package() {
cd $pkgname
- chmod 755 -R "${pkgdir}"
./exe/install "${pkgdir}"
} \ No newline at end of file