[arch-commits] Commit in owl-lisp/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Wed Jun 6 18:10:39 UTC 2018


    Date: Wednesday, June 6, 2018 @ 18:10:39
  Author: anthraxx
Revision: 341544

upgpkg: owl-lisp 0.1.16-1

Modified:
  owl-lisp/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 18:05:11 UTC (rev 341543)
+++ PKGBUILD	2018-06-06 18:10:39 UTC (rev 341544)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=owl-lisp
-pkgver=0.1.15
+pkgver=0.1.16
 pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://github.com/aoh/owl-lisp'
@@ -9,21 +9,21 @@
 license=('MIT')
 depends=('glibc')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
-sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
+sha256sums=('4ad5939a6822076c25975da4971c730a077d3e04a077f36923b40087cb25d0ab')
+sha512sums=('1716bde1f9b42c5aaccc99b657e10c0625afbad96517e60e9a79ea1eef9dd77097179ffee389753a664a1bd6049fb05c1700743e4c138d10d33c2cb3c0de06d1')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd owl-${pkgver}
   sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd owl-${pkgver}
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd owl-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
   install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"



More information about the arch-commits mailing list