summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Meter2018-11-14 10:08:00 +0100
committerChristian Meter2018-11-14 10:08:00 +0100
commit693b9eee4449f9984847dd2a0a2bf15c82bcca50 (patch)
treef12992c36bfff5caeb9158ccf0162ffbc8c7fea3
parent28e71a10343f099cdb8685a7f05f1865081262ad (diff)
downloadaur-693b9eee4449f9984847dd2a0a2bf15c82bcca50.tar.gz
Update to omnia 0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71e703f46285..86f635ee9afb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = omnia
pkgdesc = Omnia is a Clojure REPL with almost all the power of a fully fledged editor, without being an editor
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/AvramRobert/omnia
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = omnia
depends = java-runtime
provides = omnia
conflicts = omnia
- source = https://github.com/AvramRobert/omnia/releases/download/0.2.0/omnia-0.2.0.tar
- md5sums = 84eea080cd31a9847d3f9c9a314ed110
+ source = https://github.com/AvramRobert/omnia/releases/download/0.2.1/omnia-0.2.1.tar
+ md5sums = 5d263ed854ab411a3172e644fa9c08c4
pkgname = omnia
diff --git a/PKGBUILD b/PKGBUILD
index 97d51b58ab72..9109fc55d876 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Meter <cmeter@gmail.com>
pkgname=omnia
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Omnia is a Clojure REPL with almost all the power of a fully fledged editor, without being an editor"
arch=('x86_64' 'armv7h')
@@ -12,11 +12,7 @@ conflicts=('omnia')
depends=('java-runtime')
source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar")
-md5sums=('84eea080cd31a9847d3f9c9a314ed110')
-
-# build() {
-# tar xvf "${pkgname}-${pkgver}.tar"
-# }
+md5sums=('5d263ed854ab411a3172e644fa9c08c4')
prepare() {
cat << EOT >| start_omnia.sh