summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2016-09-06 18:56:35 +0100
committerJonathon Fernyhough2016-09-06 18:56:35 +0100
commitc23e2c32371acd3061a06878434a13569a178c56 (patch)
tree245d381e43a725b12951dcf12d96441be7d344e0
parent952ae5cc38782b94e04dca9a4eee2e7f08fc71c5 (diff)
downloadaur-c23e2c32371acd3061a06878434a13569a178c56.tar.gz
Fix stupid brainfart typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed15d552e647..f7e4aee02089 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 = 4
+ pkgrel = 5
url = https://fascinatedbox.github.io/lily/
arch = x86_64
arch = i686
@@ -13,7 +13,7 @@ pkgbase = lily
provides = lily
conflicts = lily
source = https://github.com/fascinatedbox/lily/archive/v0.17.tar.gz
- source = https://raw.githubusercontent.com/fascinatedbox/lily/v/license.txt
+ source = https://raw.githubusercontent.com/fascinatedbox/lily/v0.17/license.txt
sha256sums = 08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af
sha256sums = e169a4a749995ef83c0939127180318e4d436bf47f039967c0c14d0de25c7a61
diff --git a/PKGBUILD b/PKGBUILD
index 5576b2b938e1..6ce2dfc0bd89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lily
pkgver=0.17
-pkgrel=4
+pkgrel=5
pkgdesc='An interpreted language with a focus on expressiveness and type safety'
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://fascinatedbox.github.io/lily/"
@@ -12,7 +12,7 @@ makedepends=('cmake')
provides=('lily')
conflicts=('lily')
source=("https://github.com/fascinatedbox/lily/archive/v${pkgver}.tar.gz"
- "https://raw.githubusercontent.com/fascinatedbox/lily/v${pkgbuild}/license.txt")
+ "https://raw.githubusercontent.com/fascinatedbox/lily/v${pkgver}/license.txt")
sha256sums=('08c1b313cfb182f58dcf3ff843ea8fccdb0e9471e8e63d1652600bc899c0e0af'
'e169a4a749995ef83c0939127180318e4d436bf47f039967c0c14d0de25c7a61')