summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3a80f685d4..8cd56bedae59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = roswell
pkgdesc = Lisp installer and launcher
- pkgver = 0.0.3.47
- pkgrel = 2
+ pkgver = 0.0.3.48
+ pkgrel = 1
url = https://github.com/snmsts/roswell
arch = i686
arch = x86_64
license = MIT
depends = curl
- source = https://github.com/snmsts/roswell/archive/v0.0.3.47.tar.gz
+ source = https://github.com/snmsts/roswell/archive/v0.0.3.48.tar.gz
md5sums = bceec3ccb2a5de12fb35d6faf9978f37
pkgname = roswell
diff --git a/PKGBUILD b/PKGBUILD
index e6b606ec9289..b723c2f0aee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thayne McCombs <bytecurry.software@gmail.com>
pkgname=roswell
-pkgver="0.0.3.47"
-pkgrel=2
+pkgver="0.0.3.48"
+pkgrel=1
pkgdesc="Lisp installer and launcher"
url="https://github.com/snmsts/roswell"
arch=('i686' 'x86_64')