summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFanch2016-10-14 13:44:46 +0200
committerFanch2016-10-14 13:44:46 +0200
commita80e4f822d8f5f8adf8b60bc69b25f43093274da (patch)
tree85d19bdc84236bda6c8a916d6f6724c737f8cb5c
parent28d85d7868eacd191840480a5f5ecc0cfc35f9cd (diff)
downloadaur-a80e4f822d8f5f8adf8b60bc69b25f43093274da.tar.gz
Update Version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8be10289f06a..51f9e76f06d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dontpanic-latest
pkgdesc = Dontpanic is a python app to look for any movie or serie and watch them in 'streaming'. It looks like popcorntime, but doesn't depend of a centralized api.
pkgver = 1.7
- pkgrel = 1
+ pkgrel = 2
url = http://3hg.toile-libre.org/dontpanic/index.html
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 6abadd97ed9a..421089d51860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=dontpanic
pkgname=${_pkgname}-latest
pkgver=1.7
-pkgrel=1
+pkgrel=2
#epoch=1
pkgdesc="Dontpanic is a python app to look for any movie or serie and watch them in 'streaming'. It looks like popcorntime, but doesn't depend of a centralized api."
arch=(any)
@@ -21,7 +21,8 @@ source=("${_pkgname}::http://3hg.toile-libre.org/dontpanic/downloads/dontpanic-l
sha256sums=('14659abc766b2777963a9b744c92eeda338ab9395c2cf1ae7f4880d57a910026')
pkgver() {
- wget -qO- http://3hg.toile-libre.org/dontpanic/version
+ #wget -qO- http://3hg.toile-libre.org/dontpanic/version
+ curl -s http://3hg.toile-libre.org/dontpanic/version
}
package() {