summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65e8254f4782..836085e9d2bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 2 18:32:04 UTC 2017
+# Mon Dec 25 16:39:20 UTC 2017
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.5.3
+ pkgver = 2.5.4
pkgrel = 1
url = https://sekao.net/nightcode/
arch = any
@@ -11,10 +11,11 @@ pkgbase = nightcode
depends = java-openjfx
conflicts = nightcode-git
noextract = boot.sh
- source = nightcode-2.5.3.tar.gz::https://github.com/oakes/Nightcode/archive/2.5.3.tar.gz
+ noextract = nightcode.desktop
+ source = nightcode-2.5.4.tar.gz::https://github.com/oakes/Nightcode/archive/2.5.4.tar.gz
source = https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh
source = nightcode.desktop
- sha256sums = 3a00a2febab8cce46c93c5afc340ccbbb69df98ad8efc9054207ae26079f263a
+ sha256sums = 26e86d224cc3cf17a85155f1c0f2d6d869524a7500c398bc32552c9bd33b3055
sha256sums = 895def8ef37f4b78bb37a26566ce970dc24219e880154a18ef7ade5a778d3a2f
sha256sums = 8fb613946bb9cb3dc636933ff2f0c7de8c61d2b43e49b9d6baf380b07377eaa1
diff --git a/PKGBUILD b/PKGBUILD
index 31e30235fffc..b9c98bbc99f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Marco Pompili <aur (at) emarcs (dot) org>
+# Maintainer: Marco Pompili <aur (at) odd.red>
pkgname=nightcode
_name=Nightcode
-pkgver=2.5.3
+pkgver=2.5.4
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')
@@ -13,10 +13,11 @@ conflicts=('nightcode-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oakes/Nightcode/archive/${pkgver}.tar.gz"
"https://github.com/boot-clj/boot-bin/releases/download/latest/boot.sh"
"nightcode.desktop")
-sha256sums=('3a00a2febab8cce46c93c5afc340ccbbb69df98ad8efc9054207ae26079f263a'
+sha256sums=('26e86d224cc3cf17a85155f1c0f2d6d869524a7500c398bc32552c9bd33b3055'
'895def8ef37f4b78bb37a26566ce970dc24219e880154a18ef7ade5a778d3a2f'
'8fb613946bb9cb3dc636933ff2f0c7de8c61d2b43e49b9d6baf380b07377eaa1')
-noextract=('boot.sh')
+noextract=('boot.sh'
+ 'nightcode.desktop')
build() {
cd "${_name}-${pkgver}"