summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2017-04-25 10:45:35 +0200
committerValHue2017-04-25 10:45:35 +0200
commit4279e893a6b5057cb9a55d07c4520f76b8a6f714 (patch)
tree692cebb748d8979c145ad7c6f1e318e59e070af8
parentac7ea3390ea1550a35360c182d1ac03fc837d931 (diff)
downloadaur-4279e893a6b5057cb9a55d07c4520f76b8a6f714.tar.gz
Update to 0.13-14
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eccefb732b2e..7bbca8220630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = griffith
pkgdesc = Movie collection manager application
pkgver = 0.13
- pkgrel = 13
+ pkgrel = 14
url = http://www.griffith.cc/
arch = any
license = GPL2
@@ -18,10 +18,12 @@ pkgbase = griffith
optdepends = griffith-extra-artwork: additional icons
source = http://launchpad.net/griffith/trunk/0.13/+download/griffith-0.13.tar.gz
source = https://raw.githubusercontent.com/ValHue/AUR-PKGBUILDs/master/griffith/validators.py
+ source = https://raw.githubusercontent.com/ValHue/AUR-PKGBUILDs/master/griffith/movie_py.patch
source = http://www.strits.dk/files/PluginMovieIMDB.py
source = http://www.strits.dk/files/PluginExportPDF.py
sha256sums = 60576d33aa855ab45d654288d7bf2ead8accecb72fd2acbc373656294ab8f242
sha256sums = f5e0b43c6ee56148b55cc650599c96b7774491867d38b47278bc121bf33fb9af
+ sha256sums = 3772e6068299427b6f1b3f7ffc454a593419fa7f501c833b3a14ae95538ac859
sha256sums = c1f1c5dbe0b975f15a6d0265e53b993390eb33aca2011f2e0d390b326a017a21
sha256sums = 24f0f2deab05920911b24188605ab8b52c7c6696cb5ae80d71c22d749799b9e7
diff --git a/PKGBUILD b/PKGBUILD
index 76e59bd726f2..6023145d0816 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
# Maintainer: ValHue <vhuelamo at gmail dot com>
# https://github.com/ValHue/AUR-PKGBUILDs
#
+# Maintainer: Strit <danjohansen at strits dot dk>
+#
# Contributor: Jaroslav Lichtblau <dragonlord at aur dot archlinux dot org>
# Contributor: Daniel J Griffiths <ghost1227 at archlinux dot us>
# Contributor: Ronald van Haren <ronald at archlinux dot org>
@@ -9,7 +11,7 @@
pkgname="griffith"
pkgver=0.13
-pkgrel=13
+pkgrel=14
pkgdesc="Movie collection manager application"
arch=('any')
url="http://www.griffith.cc/"
@@ -25,11 +27,13 @@ optdepends=('python2-psycopg2: postgreSQL support'
)
source=("http://launchpad.net/${pkgname}/trunk/0.13/+download/${pkgname}-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/ValHue/AUR-PKGBUILDs/master/griffith/validators.py"
+ "https://raw.githubusercontent.com/ValHue/AUR-PKGBUILDs/master/griffith/movie_py.patch"
"http://www.strits.dk/files/PluginMovieIMDB.py"
"http://www.strits.dk/files/PluginExportPDF.py"
)
sha256sums=('60576d33aa855ab45d654288d7bf2ead8accecb72fd2acbc373656294ab8f242'
'f5e0b43c6ee56148b55cc650599c96b7774491867d38b47278bc121bf33fb9af'
+ '3772e6068299427b6f1b3f7ffc454a593419fa7f501c833b3a14ae95538ac859'
'c1f1c5dbe0b975f15a6d0265e53b993390eb33aca2011f2e0d390b326a017a21'
'24f0f2deab05920911b24188605ab8b52c7c6696cb5ae80d71c22d749799b9e7'
)
@@ -63,7 +67,8 @@ build() {
sed -i "35i\import gtk.glade" ./lib/initialize.py
# Fix to import movie info
- sed -e 's,www.griffith.cc,www.google.com,' -i ./lib/movie.py
+ cd ./lib
+ patch < ${srcdir}/movie_py.patch
}
package() {