summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2018-12-14 22:45:42 -0700
committerThayne McCombs2018-12-14 22:45:42 -0700
commit6768c8078a89176ef8994436affb79da3a47f2c2 (patch)
treef7d4379552a0ede8189b76a713b8e7129c6900ef
parentd7de943bd75a0da5f2180cd5df4b6c76704c0627 (diff)
downloadaur-6768c8078a89176ef8994436affb79da3a47f2c2.tar.gz
V53
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf21cf90ddd..3f9bd95ae40b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = elephant
pkgdesc = Notetaker with a classic interface.
- pkgver = 52
+ pkgver = 53
pkgrel = 1
url = http://elephant.mine.nu/
arch = any
license = Apache
depends = java-environment
depends = bash
- source = https://github.com/jusu/Elephant/releases/download/V52/elephant52_jar.zip
- sha256sums = ccf320aac40388b4f83c64f9c94d948a98d05afdcd1a2e269024df5e91dd5d6d
+ source = https://github.com/jusu/Elephant/releases/download/V53/elephant53_jar.zip
+ sha256sums = d2dcdcb7c64d32e59e0dbb0b32185fb45e578a8f8e5cdad035c04eba7aed4107
pkgname = elephant
diff --git a/PKGBUILD b/PKGBUILD
index 33934c565da6..04eb178bc963 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=elephant
-pkgver=52
+pkgver=53
pkgrel=1
pkgdesc="Notetaker with a classic interface."
url="http://elephant.mine.nu/"
@@ -10,7 +10,7 @@ arch=('any')
license=('Apache')
depends=('java-environment' 'bash')
source=(https://github.com/jusu/Elephant/releases/download/V"$pkgver"/elephant"$pkgver"_jar.zip)
-sha256sums=('ccf320aac40388b4f83c64f9c94d948a98d05afdcd1a2e269024df5e91dd5d6d')
+sha256sums=('d2dcdcb7c64d32e59e0dbb0b32185fb45e578a8f8e5cdad035c04eba7aed4107')
package() {
cd "$pkgdir"