summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2e3b1fa00dd..eea40141a211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thayne McCombs <bytecurry.software@gmail.com>
pkgname=roswell
-pkgver="0.0.3.55"
+pkgver="0.0.3.56"
pkgrel=1
pkgdesc="Lisp installer and launcher"
url="https://github.com/snmsts/roswell"
@@ -8,8 +8,10 @@ arch=('i686' 'x86_64')
license=('MIT')
depends=('curl')
optdepends=()
-source=("https://github.com/snmsts/roswell/archive/v$pkgver.tar.gz")
-md5sums=('fe755edc3b6bcbd3ba6a0d5e22f25606')
+source=("https://github.com/roswell/roswell/archive/V$pkgver.tar.gz")
+md5sums=('53400b16c2d7fcf4a71c97df6d263af8')
+
+
build() {
cd "$pkgname-$pkgver"