summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Hanna2015-08-31 00:40:13 +0200
committerSimon Hanna2015-08-31 00:40:13 +0200
commitc04fc9c805a38f6d91b27931506600ee778632b1 (patch)
tree7f48db50108a0f95f98643076175ebb7d454de97
parentf13b97afd840bedfb2e04b834456dfcafeea1515 (diff)
downloadaur-c04fc9c805a38f6d91b27931506600ee778632b1.tar.gz
update to 0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0b27e6bbd40..d23f9362d2dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.1
-# Mon May 25 15:31:24 UTC 2015
pkgbase = onionshare
pkgdesc = Lets you securely and anonymously share a file of any size with someone
- pkgver = 0.7
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/micahflee/onionshare
arch = any
@@ -11,8 +9,8 @@ pkgbase = onionshare
depends = python2-flask
optdepends = python2-pyqt4: to run onionshare-gui
optdepends = tor-browser-en: before you can share a file, you need to open Tor Browser
- source = https://github.com/micahflee/onionshare/archive/0.7.tar.gz
- sha512sums = b9d5de8b54355e7694738c5d6a66213ca3b54621045bcde42b92f53d3527acb22408ecd52bb058b4b0e90392c05ab7303f3575c17943f1f331760e2a8dbea428
+ source = https://github.com/micahflee/onionshare/archive/0.7.1.tar.gz
+ sha512sums = 189590422d0ad6642bbf5951a2b4017d35f25900139360cee0f4560f76d42f4e61df13493c80e4b96f5cd00b4ccdd0f51e41cfcb2fb3009753dd87a67d5d7be8
pkgname = onionshare
diff --git a/PKGBUILD b/PKGBUILD
index 444b87644576..4c87ee9be0eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Hanna <simon dot hanna at serve-me dot info>
pkgname=onionshare
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="Lets you securely and anonymously share a file of any size with someone"
url="https://github.com/micahflee/onionshare"
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('python2-stem-git' 'python2-flask')
optdepends=('python2-pyqt4: to run onionshare-gui' 'tor-browser-en: before you can share a file, you need to open Tor Browser')
source=(https://github.com/micahflee/onionshare/archive/$pkgver.tar.gz)
-sha512sums=('b9d5de8b54355e7694738c5d6a66213ca3b54621045bcde42b92f53d3527acb22408ecd52bb058b4b0e90392c05ab7303f3575c17943f1f331760e2a8dbea428')
+sha512sums=('189590422d0ad6642bbf5951a2b4017d35f25900139360cee0f4560f76d42f4e61df13493c80e4b96f5cd00b4ccdd0f51e41cfcb2fb3009753dd87a67d5d7be8')
package() {
cd "$srcdir/onionshare-$pkgver"