summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2019-10-09 19:14:26 +0200
committerMarco Pompili2019-10-09 19:14:26 +0200
commit0f0d54702ee61e77f94361edd7f925bb684d745a (patch)
tree5b9c5dd7b35ac5d28fafcfeea177294cb54e3803
parentc420b28faf55244e2fc7358fc8c11626da24a0ec (diff)
downloadaur-0f0d54702ee61e77f94361edd7f925bb684d745a.tar.gz
Version 2.8.1-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adb61fc6c9cf..a00e17052b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
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.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://sekao.net/nightcode/
arch = any
license = custom
makedepends = clojure
depends = jdk-openjdk
- depends = java-openjfx
conflicts = nightcode-git
noextract = nightcode.desktop
source = nightcode-2.8.1.tar.gz::https://github.com/oakes/Nightcode/archive/2.8.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2bd43d40d3f1..4288b9dfe224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=nightcode
_name=Nightcode
pkgver=2.8.1
-pkgrel=1
+pkgrel=2
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=('clojure')
-depends=('jdk-openjdk' 'java-openjfx')
+depends=('jdk-openjdk')
conflicts=('nightcode-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oakes/${_name}/archive/${pkgver}.tar.gz"
"nightcode.desktop")