summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortantalum2019-02-22 13:22:26 +0000
committertantalum2019-02-22 13:22:26 +0000
commit139aacdbda727691a9c57ad4b2e311a3c28ac0b7 (patch)
tree515daca35b895e3d9f032ad8f6d368a0cce23c44 /PKGBUILD
parentcc552261efecb7df8e0b45906631eeb07cb405e9 (diff)
downloadaur-139aacdbda727691a9c57ad4b2e311a3c28ac0b7.tar.gz
update pkgbuild
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cae281f03b4f..7f2658aa775a 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,22 @@
pkgname=sph-sc-git
-pkgver=51
+pkgver=157
pkgrel=1
-pkgdesc='scheme-like s-expression language that translates to c'
+pkgdesc="compiles scheme-like s-expressions to c"
arch=(any)
license=(gpl3)
makedepends=(git)
depends=(guile sph-lib)
provides=(sph-sc)
-source=("$pkgname::git://git.sph.mn/sph-sc#branch=stable")
-url="http://sph.mn/content/3d3"
+source=("git://git.sph.mn/sph-sc")
+url="http://sph.mn"
md5sums=(SKIP)
pkgver() {
- cd $pkgname
+ cd sph-sc
git rev-list --count HEAD
}
package() {
- cd $pkgname
+ cd sph-sc
./exe/install --prefix="${pkgdir}"
} \ No newline at end of file