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

2020-11-10 Thread Levente Polyak via arch-commits
Date: Tuesday, November 10, 2020 @ 23:42:54
  Author: anthraxx
Revision: 749907

upgpkg: owl-lisp 0.1.23-1

Modified:
  owl-lisp/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-10 23:39:59 UTC (rev 749906)
+++ PKGBUILD2020-11-10 23:42:54 UTC (rev 749907)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.22
+pkgver=0.1.23
 pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://gitlab.com/owl-lisp/owl.git'
@@ -10,10 +10,8 @@
 depends=('glibc')
 makedepends=('pandoc')
 
source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
-sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
-sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
-sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
-sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
+sha256sums=('2db71a8f654960e6af055ca20ef8ec71d607bd6b677b04b4ca8632681165894b')
+b2sums=('31dcc981471365a0957ccdf36a96a1f59647686964ee8d46ebe33a66d8db9ad1d3554b77d12796f11874e01f6e4f59e90f63458ed3ebdca9f99c0f5efeda3b7e')
 
 prepare() {
   cd owl-v${pkgver}


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

2020-01-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 29, 2020 @ 00:42:06
  Author: ffy00
Revision: 558374

upgpkg: owl-lisp 0.1.22-1

Modified:
  owl-lisp/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 00:30:52 UTC (rev 558373)
+++ PKGBUILD2020-01-29 00:42:06 UTC (rev 558374)
@@ -27,6 +27,9 @@
 
   # fix missing Makefile entry
   sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
+
+  # remove failing tests (can't run inside makepkg)
+  rm tests/getpid.sh
 }
 
 build() {
@@ -44,7 +47,7 @@
   make DESTDIR="${pkgdir}" install
   install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
   install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md doc/manual.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2020-01-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 29, 2020 @ 00:30:38
  Author: ffy00
Revision: 558371

upgpkg: owl-lisp 0.1.22-1

Modified:
  owl-lisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-29 00:26:24 UTC (rev 558370)
+++ PKGBUILD2020-01-29 00:30:38 UTC (rev 558371)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.19
-pkgrel=2
+pkgver=0.1.22
+pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://gitlab.com/owl-lisp/owl.git'
 arch=('x86_64')
@@ -10,8 +10,10 @@
 depends=('glibc')
 makedepends=('pandoc')
 
source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
-sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
-sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
+sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
+sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
+sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
+sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
 
 prepare() {
   cd owl-v${pkgver}


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

2019-05-13 Thread Levente Polyak via arch-commits
Date: Monday, May 13, 2019 @ 22:41:55
  Author: anthraxx
Revision: 467187

upgpkg: owl-lisp 0.1.19-2

Modified:
  owl-lisp/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 11 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-13 22:40:49 UTC (rev 467186)
+++ PKGBUILD2019-05-13 22:41:55 UTC (rev 467187)
@@ -2,7 +2,7 @@
 
 pkgname=owl-lisp
 pkgver=0.1.19
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple purely functional lisp'
 url='https://gitlab.com/owl-lisp/owl.git'
 arch=('x86_64')
@@ -9,14 +9,12 @@
 license=('MIT')
 depends=('glibc')
 makedepends=('pandoc')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v$pkgver/owl-v$pkgver.tar.gz;)
+source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
 sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
 
sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
-sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
-sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
 
 prepare() {
-  cd owl-v$pkgver
+  cd owl-v${pkgver}
 
   # support distro CFLAGS and CPPFLAGS
   sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
@@ -30,25 +28,21 @@
 }
 
 build() {
-  cd owl-v$pkgver
-
+  cd owl-v${pkgver}
   make owl documentation
 }
 
 check() {
-  cd owl-v$pkgver
-
-  make test fasltest
+  cd owl-v${pkgver}
+  make -j1 test fasltest
 }
 
 package() {
-  cd owl-v$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"
-  install -Dm 644 README.md manual.md -t "$pkgdir/usr/share/doc/$pkgname"
+  cd owl-v${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}"
+  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2019-05-12 Thread Filipe Laíns via arch-commits
Date: Sunday, May 12, 2019 @ 18:31:05
  Author: ffy00
Revision: 467055

upgpkg: owl-lisp 0.1.19-1

Modified:
  owl-lisp/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 30 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-12 17:57:30 UTC (rev 467054)
+++ PKGBUILD2019-05-12 18:31:05 UTC (rev 467055)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.17
+pkgver=0.1.19
 pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://gitlab.com/owl-lisp/owl.git'
@@ -9,30 +9,46 @@
 license=('MIT')
 depends=('glibc')
 makedepends=('pandoc')
-source=(${pkgname}-${pkgver}.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
-sha256sums=('02128f0ab7e5a05fec958f687cb0edac18a077fb0c339807d9660d35e18bf59a')
-sha512sums=('78e845027d388b963bf320b603b204632a1771235a6a054f605e63f6dc7ac222c7bd42115211a32b23439220957ef1390f83aec86f836e1d6c32d62193fa819c')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v$pkgver/owl-v$pkgver.tar.gz;)
+sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
+sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
+sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
+sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
 
 prepare() {
-  cd owl-v${pkgver}
+  cd owl-v$pkgver
+
   # support distro CFLAGS and CPPFLAGS
-  sed -e'/export CFLAGS/d' -e '/CFLAGS =/d' \
--e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
+  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+
   # make build reproducible, we compress ourselves
   sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
+
+  # fix missing Makefile entry
+  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
 }
 
 build() {
-  cd owl-v${pkgver}
-  make all manual.md
+  cd owl-v$pkgver
+
+  make owl documentation
 }
 
+check() {
+  cd owl-v$pkgver
+
+  make test fasltest
+}
+
 package() {
-  cd owl-v${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}"
-  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cd owl-v$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"
+  install -Dm 644 README.md manual.md -t "$pkgdir/usr/share/doc/$pkgname"
 }
 
 # vim: ts=2 sw=2 et:


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

2018-08-09 Thread Levente Polyak via arch-commits
Date: Thursday, August 9, 2018 @ 08:08:28
  Author: anthraxx
Revision: 370491

upgpkg: owl-lisp 0.1.17-1

Modified:
  owl-lisp/trunk/PKGBUILD

--+
 PKGBUILD |   27 ---
 1 file changed, 16 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-09 08:02:37 UTC (rev 370490)
+++ PKGBUILD2018-08-09 08:08:28 UTC (rev 370491)
@@ -1,33 +1,38 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.16
+pkgver=0.1.17
 pkgrel=1
 pkgdesc='Simple purely functional lisp'
-url='https://github.com/aoh/owl-lisp'
+url='https://gitlab.com/owl-lisp/owl.git'
 arch=('x86_64')
 license=('MIT')
 depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('4ad5939a6822076c25975da4971c730a077d3e04a077f36923b40087cb25d0ab')
-sha512sums=('1716bde1f9b42c5aaccc99b657e10c0625afbad96517e60e9a79ea1eef9dd77097179ffee389753a664a1bd6049fb05c1700743e4c138d10d33c2cb3c0de06d1')
+makedepends=('pandoc')
+source=(${pkgname}-${pkgver}.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
+sha256sums=('02128f0ab7e5a05fec958f687cb0edac18a077fb0c339807d9660d35e18bf59a')
+sha512sums=('78e845027d388b963bf320b603b204632a1771235a6a054f605e63f6dc7ac222c7bd42115211a32b23439220957ef1390f83aec86f836e1d6c32d62193fa819c')
 
 prepare() {
-  cd owl-${pkgver}
-  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
+  cd owl-v${pkgver}
+  # support distro CFLAGS and CPPFLAGS
+  sed -e'/export CFLAGS/d' -e '/CFLAGS =/d' \
+-e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+  # make build reproducible, we compress ourselves
+  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
 }
 
 build() {
-  cd owl-${pkgver}
-  make
+  cd owl-v${pkgver}
+  make all manual.md
 }
 
 package() {
-  cd owl-${pkgver}
+  cd owl-v${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}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2018-06-06 Thread Levente Polyak via arch-commits
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
===
--- PKGBUILD2018-06-06 18:05:11 UTC (rev 341543)
+++ PKGBUILD2018-06-06 18:10:39 UTC (rev 341544)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 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}"


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

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:15:34
  Author: anthraxx
Revision: 319910

upgpkg: owl-lisp 0.1.15-1

Modified:
  owl-lisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-09 20:58:44 UTC (rev 319909)
+++ PKGBUILD2018-05-09 21:15:34 UTC (rev 319910)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.14
+pkgver=0.1.15
 pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://github.com/aoh/owl-lisp'
@@ -9,8 +9,8 @@
 license=('MIT')
 depends=('glibc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('4d9982da3582456d1e769e25a7d0b2daefe859c45e262c8f56f794114f9a29a0')
-sha512sums=('687fcb408956331d4c4f31cbd637cb2808cc913c9b90df84473a6e918ad934d397744064cb3bba0851a1a97c48b0c695993352ff4405f5619da157500dbc2c85')
+sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
+sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2017-05-30 Thread Levente Polyak
Date: Tuesday, May 30, 2017 @ 15:22:34
  Author: anthraxx
Revision: 231291

upgpkg: owl-lisp 0.1.14-1

Modified:
  owl-lisp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-30 15:22:28 UTC (rev 231290)
+++ PKGBUILD2017-05-30 15:22:34 UTC (rev 231291)
@@ -1,8 +1,8 @@
 # Maintainer: Levente Polyak 
 
 pkgname=owl-lisp
-pkgver=0.1.13
-pkgrel=3
+pkgver=0.1.14
+pkgrel=1
 pkgdesc='Simple purely functional lisp'
 url='https://github.com/aoh/owl-lisp'
 arch=('i686' 'x86_64')
@@ -9,7 +9,8 @@
 license=('MIT')
 depends=('glibc')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha512sums=('141543d8c5c8e3bca504fdeb533b2bc10e455f72bf24bb454c24d146a991f92b0b0777eef32cf12f9ddf50ee05a1ad143c80ea075f7f25946acb6eb61bc010c0')
+sha256sums=('4d9982da3582456d1e769e25a7d0b2daefe859c45e262c8f56f794114f9a29a0')
+sha512sums=('687fcb408956331d4c4f31cbd637cb2808cc913c9b90df84473a6e918ad934d397744064cb3bba0851a1a97c48b0c695993352ff4405f5619da157500dbc2c85')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -25,8 +26,8 @@
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
   install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 
 # vim: ts=2 sw=2 et:


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

2016-11-14 Thread Levente Polyak
Date: Monday, November 14, 2016 @ 18:37:01
  Author: anthraxx
Revision: 195890

upgpkg: owl-lisp 0.1.13-3 (populate LDFLAGS)

Modified:
  owl-lisp/trunk/PKGBUILD

--+
 PKGBUILD |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-14 18:35:53 UTC (rev 195889)
+++ PKGBUILD2016-11-14 18:37:01 UTC (rev 195890)
@@ -2,7 +2,7 @@
 
 pkgname=owl-lisp
 pkgver=0.1.13
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple purely functional lisp'
 url='https://github.com/aoh/owl-lisp'
 arch=('i686' 'x86_64')
@@ -11,6 +11,11 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
 
sha512sums=('141543d8c5c8e3bca504fdeb533b2bc10e455f72bf24bb454c24d146a991f92b0b0777eef32cf12f9ddf50ee05a1ad143c80ea075f7f25946acb6eb61bc010c0')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   make