summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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}"