summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2016-09-06 18:35:09 +0100
committerJonathon Fernyhough2016-09-06 18:35:09 +0100
commit4a2340af1878931b1a3b27c26719ac2e18aab429 (patch)
tree00484fe62d8f63f1f39cf8dbc93f2faa2951ff41
parent9fd1d2ff3cfa0c3759a93c3cbe47a1f70eb0f31a (diff)
downloadaur-4a2340af1878931b1a3b27c26719ac2e18aab429.tar.gz
Update for new repo name
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b0c2cf8b286..d6b299310ae0 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 = 1
+ pkgrel = 2
url = https://beyondred.github.io/lily/
arch = x86_64
arch = i686
@@ -9,10 +9,13 @@ pkgbase = lily
arch = armv7h
license = MIT
makedepends = cmake
+ depends = glibc
provides = lily
conflicts = lily
- source = https://github.com/beyondred/lily/archive/v0.17.tar.gz
+ source = https://github.com/FascinatedBox/lily/archive/v0.17.tar.gz
+ source = https://raw.githubusercontent.com/FascinatedBox/lily/master/license.txt
sha256sums = 08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af
+ sha256sums = e169a4a749995ef83c0939127180318e4d436bf47f039967c0c14d0de25c7a61
pkgname = lily
diff --git a/PKGBUILD b/PKGBUILD
index 861d77184312..5c203de30eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lily
pkgver=0.17
-pkgrel=1
+pkgrel=2
pkgdesc='An interpreted language with a focus on expressiveness and type safety'
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://beyondred.github.io/lily/"
@@ -11,8 +11,8 @@ depends=('glibc')
makedepends=('cmake')
provides=('lily')
conflicts=('lily')
-source=("https://github.com/beyondred/lily/archive/v${pkgver}.tar.gz"
- 'https://raw.githubusercontent.com/beyondred/lily/master/license.txt')
+source=("https://github.com/FascinatedBox/lily/archive/v${pkgver}.tar.gz"
+ 'https://raw.githubusercontent.com/FascinatedBox/lily/master/license.txt')
sha256sums=('08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af'
'e169a4a749995ef83c0939127180318e4d436bf47f039967c0c14d0de25c7a61')