summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcs2019-02-06 14:28:03 +0100
committerMarcs2019-02-06 14:28:03 +0100
commitca99001a18af69735362e77032cce9c4a34ec9ef (patch)
tree532e84fff8556228569fd3d5467ccec1a404931c
parentdfb60ffe2c61028153aa9fc9dc7d70a8438ccd75 (diff)
downloadaur-ca99001a18af69735362e77032cce9c4a34ec9ef.tar.gz
Version 2.7.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9ac6fdea321..bdb806c2e851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Mon Apr 23 08:43:44 UTC 2018
+# Wed Feb 6 13:27:04 UTC 2019
pkgbase = nightcode
pkgdesc = An IDE that bundles a smart editor, the Leiningen and Boot build tools, and a home screen with quick access to the Clojure cheatsheet and REPL.
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://sekao.net/nightcode/
arch = any
license = custom
makedepends = boot
- depends = java-runtime>7
+ depends = jdk8-openjdk
depends = java-openjfx
conflicts = nightcode-git
noextract = nightcode.desktop
- source = nightcode-2.6.0.tar.gz::https://github.com/oakes/Nightcode/archive/2.6.0.tar.gz
+ source = nightcode-2.7.0.tar.gz::https://github.com/oakes/Nightcode/archive/2.7.0.tar.gz
source = nightcode.desktop
- sha256sums = f7c89f2d433d6d066eb42413dbc7f32d3b82f134c8432eed8ebca6a99da51c0a
+ sha256sums = d0700471def4ec7abfb71ce6e8d16831f53bdcdbd2cf2b85c1be8ad80d56ea6d
sha256sums = aa94a3cf9028756b4bd6dbb6f9b27dc23f8aa4d29ca18507736561ef66fbd267
pkgname = nightcode
diff --git a/PKGBUILD b/PKGBUILD
index bd91c629b952..4834148d9e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=nightcode
_name=Nightcode
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
pkgdesc="An IDE that bundles a smart editor, the Leiningen and Boot build tools, and a home screen with quick access to the Clojure cheatsheet and REPL."
arch=('any')
url="https://sekao.net/nightcode/"
license=('custom')
makedepends=('boot')
-depends=('java-runtime>7' 'java-openjfx')
+depends=('jdk8-openjdk' 'java-openjfx')
conflicts=('nightcode-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oakes/${_name}/archive/${pkgver}.tar.gz"
"nightcode.desktop")
-sha256sums=('f7c89f2d433d6d066eb42413dbc7f32d3b82f134c8432eed8ebca6a99da51c0a'
+sha256sums=('d0700471def4ec7abfb71ce6e8d16831f53bdcdbd2cf2b85c1be8ad80d56ea6d'
'aa94a3cf9028756b4bd6dbb6f9b27dc23f8aa4d29ca18507736561ef66fbd267')
noextract=('nightcode.desktop')