summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordevninja2017-05-12 16:46:12 -0400
committerdevninja2017-05-12 16:46:12 -0400
commitbdc60b40b144a399d27241c5d203aef9fc322bca (patch)
treef52d85a58830ed1fb12333e5d5a01ae7d30f9fd2
parent4c430957a2210ad5d4da177f614e7dcfa8e8086e (diff)
downloadaur-bdc60b40b144a399d27241c5d203aef9fc322bca.tar.gz
version bump to 0.4.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf2dcd320e45..fee84fa89a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 7 19:40:17 UTC 2017
+# Fri May 12 20:46:03 UTC 2017
pkgbase = i2p-plugin-i2pbote
pkgdesc = A distributed email client for I2P
- pkgver = 0.4.5
+ pkgver = 0.4.6
pkgrel = 1
url = http://bote.i2p/
install = i2pbote.install
@@ -13,9 +13,9 @@ pkgbase = i2p-plugin-i2pbote
makedepends = java-runtime-common
depends = i2p
provides = i2pbotes
- noextract = file://i2pbote.su3
- source = file://i2pbote.su3
- sha256sums = f10eada5acb9c9d55068d01dacc086b945530c9a28dab529e8e5830827cc2da7
+ noextract = http://bote.i2p/i2pbote.su3
+ source = http://bote.i2p/i2pbote.su3
+ sha256sums = e125e6e9a7b75f2956cce9feeaf13b7fb42377d582e918933130195c541a0e18
pkgname = i2p-plugin-i2pbote
diff --git a/PKGBUILD b/PKGBUILD
index bfca733abce7..1c1ce193e59e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pluginame=i2pbote
pkgname=i2p-plugin-${_pluginame}
-pkgver=0.4.5
+pkgver=0.4.6
pkgrel=1
pkgdesc="A distributed email client for I2P"
arch=('any')
@@ -18,10 +18,10 @@ depends=('i2p')
makedepends=('unzip' 'java-runtime-common')
provides=('i2pbotes')
# get this from http://bote.i2p/i2pbote.su3
-source=("file://${_pluginame}.su3")
-noextract=("file://${_pluginame}.su3")
+source=("http://bote.i2p/i2pbote.su3")
+noextract=("http://bote.i2p/i2pbote.su3")
install="${_pluginame}.install"
-sha256sums=('f10eada5acb9c9d55068d01dacc086b945530c9a28dab529e8e5830827cc2da7')
+sha256sums=('e125e6e9a7b75f2956cce9feeaf13b7fb42377d582e918933130195c541a0e18')
_unpack_dir() {
# use this to unpack the .war/.jar files. I2P does this automaticly on install