summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2018-12-21 00:05:37 -0700
committerThayne McCombs2018-12-21 00:05:37 -0700
commite3697344ecfad869ed1616c9c6bbd864ac90145a (patch)
tree96f0c66d9964ce542b78ec24cbdd6ee31d0b34d3
parent6768c8078a89176ef8994436affb79da3a47f2c2 (diff)
downloadaur-e3697344ecfad869ed1616c9c6bbd864ac90145a.tar.gz
v54
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f9bd95ae40b..933570f6051c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = elephant
pkgdesc = Notetaker with a classic interface.
- pkgver = 53
+ pkgver = 54
pkgrel = 1
url = http://elephant.mine.nu/
arch = any
license = Apache
depends = java-environment
depends = bash
- source = https://github.com/jusu/Elephant/releases/download/V53/elephant53_jar.zip
- sha256sums = d2dcdcb7c64d32e59e0dbb0b32185fb45e578a8f8e5cdad035c04eba7aed4107
+ source = https://github.com/jusu/Elephant/releases/download/V54/elephant54_jar.zip
+ sha256sums = 95502e2cc75b20fc0ab31f213bf0c7b399c798cbc377d6bc0b97718c3ba757a2
pkgname = elephant
diff --git a/PKGBUILD b/PKGBUILD
index 04eb178bc963..a13e26dfcee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=elephant
-pkgver=53
+pkgver=54
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=('d2dcdcb7c64d32e59e0dbb0b32185fb45e578a8f8e5cdad035c04eba7aed4107')
+sha256sums=('95502e2cc75b20fc0ab31f213bf0c7b399c798cbc377d6bc0b97718c3ba757a2')
package() {
cd "$pkgdir"