summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsph2016-03-26 22:59:39 +0000
committersph2016-03-26 22:59:39 +0000
commitba302e4b2e62430b2aed52c473a6c09a77c158df (patch)
treed03d71b8a5d4837fdd563c4d7f0d124fc6ccfe92 /PKGBUILD
parentfbcab7e1dd19c76d51f7f4e9cee0fb38e85e61d0 (diff)
downloadaur-ba302e4b2e62430b2aed52c473a6c09a77c158df.tar.gz
update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5c5defc6253..783694376f4b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
pkgname=sph-sc-git
-pkgver=32
+pkgver=33
pkgrel=1
pkgdesc='a scheme syntax to c compiler'
arch=(any)
license=(gpl3)
makedepends=(git)
-depends=(guile sph-lib-git)
-optdepends=(sph-lib)
+depends=(guile sph-lib)
provides=(sph-sc)
source=("$pkgname::git://git.sph.mn/sph-sc#branch=stable")
url="http://sph.mn/content/3d3"
@@ -19,5 +18,5 @@ pkgver() {
package() {
cd $pkgname
- ./exe/install "${pkgdir}"
+ ./exe/install --prefix="${pkgdir}"
} \ No newline at end of file