summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-10-15 18:03:13 +0200
committerHyacinthe Cartiaux2015-10-15 18:03:13 +0200
commitd6a5c67aee0667f817a2f64dc4c9902fe18f496d (patch)
treefe708c5531ad312ec7fcb178b237c3daea7805df
parente3385236c1c5a8d3423480c316ef138207dbee0b (diff)
downloadaur-d6a5c67aee0667f817a2f64dc4c9902fe18f496d.tar.gz
Update to 0.7.2
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD11
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 364bcc808cbc..2cc4c93b43e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
+# Generated by mksrcinfo v7
+# Thu Oct 15 16:03:06 UTC 2015
pkgbase = episoder
pkgdesc = A simple TV show episode reminder
- pkgver = 0.7.1
- pkgrel = 2
- url = http://code.ott.net/projects/episoder
+ pkgver = 0.7.2
+ pkgrel = 1
+ url = https://github.com/cockroach/episoder
arch = any
license = GPL2
depends = python2-pysqlite
depends = python2-yaml
- depends = python2-beautifulsoup3
depends = python2-sqlalchemy
depends = tvdb_api
- source = https://github.com/cockroach/episoder/archive/v0_7_1.tar.gz
- sha256sums = 4f2dd725ddfcade83ae01d59b1120fd0a191912665eb0182cca3d59c21d09418
+ source = https://github.com/cockroach/episoder/archive/v0_7_2.tar.gz
+ sha256sums = 9bc1f5949544b8f28c4c25b9f649aea6ce7c27ab990ca8e17ab250e9a7c80190
pkgname = episoder
diff --git a/PKGBUILD b/PKGBUILD
index 298e841e5296..06ab9e831028 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,18 @@
# Contributor: Cedric Staub <cs+aur {at} cssx.cc>
pkgname=episoder
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
pkgdesc="A simple TV show episode reminder"
arch=('any')
-url="http://code.ott.net/projects/episoder"
+url="https://github.com/cockroach/episoder"
license=('GPL2')
depends=('python2-pysqlite'
'python2-yaml'
- 'python2-beautifulsoup3'
'python2-sqlalchemy'
'tvdb_api')
-source=(https://github.com/cockroach/episoder/archive/v0_7_1.tar.gz)
-sha256sums=('4f2dd725ddfcade83ae01d59b1120fd0a191912665eb0182cca3d59c21d09418')
+source=(https://github.com/cockroach/${pkgname}/archive/v${pkgver//./_}.tar.gz)
+sha256sums=('9bc1f5949544b8f28c4c25b9f649aea6ce7c27ab990ca8e17ab250e9a7c80190')
build() {
cd "$srcdir/$pkgname-${pkgver//./_}"