summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2016-09-06 18:49:32 +0100
committerJonathon Fernyhough2016-09-06 18:49:32 +0100
commit0f127d9efda98bebb5b4fe43ce9b0ee248c2b054 (patch)
treec2cb6705ca6d4b0a0a984cb738c27b1adaf83575
parent4a2340af1878931b1a3b27c26719ac2e18aab429 (diff)
downloadaur-0f127d9efda98bebb5b4fe43ce9b0ee248c2b054.tar.gz
Update repo name (again)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6b299310ae0..6d659df5f489 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = lily
pkgdesc = An interpreted language with a focus on expressiveness and type safety
pkgver = 0.17
- pkgrel = 2
- url = https://beyondred.github.io/lily/
+ pkgrel = 3
+ url = https://fascinatedbox.github.io/lily/
arch = x86_64
arch = i686
arch = aarch64
@@ -12,8 +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/master/license.txt
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 5c203de30eab..69701149ac65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=lily
pkgver=0.17
-pkgrel=2
+pkgrel=3
pkgdesc='An interpreted language with a focus on expressiveness and type safety'
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
-url="https://beyondred.github.io/lily/"
+url="https://fascinatedbox.github.io/lily/"
license=('MIT')
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/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')