summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs2018-10-29 00:24:39 -0600
committerThayne McCombs2018-10-29 00:24:39 -0600
commitf7809a30c6d029a0804eac8c59a605ad1712e426 (patch)
treef55f82927a73b7c3f0a1327c72d6c0136768258f
parent5b78b9256f6bb824211cba099b769d30873d0506 (diff)
downloadaur-f7809a30c6d029a0804eac8c59a605ad1712e426.tar.gz
v50
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5869b25f048..30f6b2c7b74f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = elephant
pkgdesc = Notetaker with a classic interface.
- pkgver = 49
+ pkgver = 50
pkgrel = 1
url = http://elephant.mine.nu/
arch = any
license = Apache
depends = java-environment
depends = bash
- source = https://github.com/jusu/Elephant/releases/download/v49/elephant49_jar.zip
- sha256sums = 5a82beef0cf7874ec51bab51922d6c45897b8456cb4d0a1ec051913d87b0574e
+ source = https://github.com/jusu/Elephant/releases/download/V50/elephant50_jar.zip
+ sha256sums = e461c387352335ab03a819017bf74ff5ed8611a1f7fed395976962a8c3949de8
pkgname = elephant
diff --git a/PKGBUILD b/PKGBUILD
index 7209e3a2ba93..dd861c671c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Thayne McCombs <astrothayne at gmail dot com>
pkgname=elephant
-pkgver=49
+pkgver=50
pkgrel=1
pkgdesc="Notetaker with a classic interface."
url="http://elephant.mine.nu/"
arch=('any')
license=('Apache')
depends=('java-environment' 'bash')
-source=(https://github.com/jusu/Elephant/releases/download/v"$pkgver"/elephant"$pkgver"_jar.zip)
-sha256sums=('5a82beef0cf7874ec51bab51922d6c45897b8456cb4d0a1ec051913d87b0574e')
+source=(https://github.com/jusu/Elephant/releases/download/V"$pkgver"/elephant"$pkgver"_jar.zip)
+sha256sums=('e461c387352335ab03a819017bf74ff5ed8611a1f7fed395976962a8c3949de8')
package() {
cd "$pkgdir"