summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2016-10-09 23:19:08 +0100
committerJonathon Fernyhough2016-10-09 23:21:12 +0100
commit625429b0a750213c7fa4ad4c708af3baa4c61a4b (patch)
tree382baa9694b82feb82f4e02881c6d96cb3f5a80c
parentc23e2c32371acd3061a06878434a13569a178c56 (diff)
downloadaur-625429b0a750213c7fa4ad4c708af3baa4c61a4b.tar.gz
Update for 0.18 release. Remove 'include' location patch. Use included license.txt.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7e4aee02089..2d71d2755756 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lily
pkgdesc = An interpreted language with a focus on expressiveness and type safety
- pkgver = 0.17
- pkgrel = 5
+ pkgver = 0.18
+ pkgrel = 1
url = https://fascinatedbox.github.io/lily/
arch = x86_64
arch = i686
@@ -12,10 +12,8 @@ pkgbase = lily
depends = glibc
provides = lily
conflicts = lily
- source = https://github.com/fascinatedbox/lily/archive/v0.17.tar.gz
- source = https://raw.githubusercontent.com/fascinatedbox/lily/v0.17/license.txt
- sha256sums = 08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af
- sha256sums = e169a4a749995ef83c0939127180318e4d436bf47f039967c0c14d0de25c7a61
+ source = https://github.com/fascinatedbox/lily/archive/v0.18.tar.gz
+ sha256sums = 87ca3fb6d5c84f8dab78fb3bcf52ac74988a77ae21a01e43b02e82fbd8ed936f
pkgname = lily
diff --git a/PKGBUILD b/PKGBUILD
index 6ce2dfc0bd89..fadb6ab79677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jonathon Fernyhough <jonathon@manjaro.org>
pkgname=lily
-pkgver=0.17
-pkgrel=5
+pkgver=0.18
+pkgrel=1
pkgdesc='An interpreted language with a focus on expressiveness and type safety'
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://fascinatedbox.github.io/lily/"
@@ -11,14 +11,8 @@ depends=('glibc')
makedepends=('cmake')
provides=('lily')
conflicts=('lily')
-source=("https://github.com/fascinatedbox/lily/archive/v${pkgver}.tar.gz"
- "https://raw.githubusercontent.com/fascinatedbox/lily/v${pkgver}/license.txt")
-sha256sums=('08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af'
- 'e169a4a749995ef83c0939127180318e4d436bf47f039967c0c14d0de25c7a61')
-
-prepare() {
- sed -i 's|"lily"|"include/lily"|' "${srcdir}/lily-${pkgver}/src/CMakeLists.txt"
-}
+source=("https://github.com/fascinatedbox/lily/archive/v${pkgver}.tar.gz")
+sha256sums=('87ca3fb6d5c84f8dab78fb3bcf52ac74988a77ae21a01e43b02e82fbd8ed936f')
build() {
cd "${srcdir}/lily-${pkgver}"