summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2015-10-08 01:00:35 +0100
committerScore_Under2015-10-08 01:00:35 +0100
commit1507465e545d8de27e4c23a663a8b1b5cacfceef (patch)
treeb6e8f58b1c920c0aa5b01c04ab96d20426c3d146 /PKGBUILD
parentc6047a66c1700135cc7456f1b1c616d279d25eb7 (diff)
downloadaur-1507465e545d8de27e4c23a663a8b1b5cacfceef.tar.gz
Patch out usage of tostring
Pillow has removed it now and we have to use tobytes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a43a706c7d43..c7c59c893505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgname=hydrus
pkgver=176
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -29,12 +29,14 @@ optdepends=('ffmpeg: show duration and other information on video thumbnails'
source=("${pkgname}::git+https://github.com/hydrusnetwork/${pkgname}.git#commit=5ffe0f73ca6eae5fcbd53828b3fb401250423690"
paths-in-opt.patch
running-the-server.patch
+ pil-tostring-is-gone.patch
hydrus-client
hydrus-server
hydrus.desktop)
sha256sums=('SKIP'
'd316105494d07fa0a46483089e707ccd24f157d7b72b6925ae6e1b47085940a5'
'8b47161065328dab0c9de293a8a2b4343e5c5fab464eb301f028758fb2666c6d'
+ '69fa2bc03ed4f1a4aee2943ea8144cdf9573f5f8b56bb7f50278d5971f27311e'
'b2bf66b1068969e9598742d5c128cb04fd609512b0cff0ad5e25ecb6cdd35678'
'5fd3eb69bb5f9a0b88d7c1b25abdee42aa2b2fc5e1690635f60ed1f47848c46b'
'9ba3942ac1a37f6b39c98ae6592573402bf08d8376f64554d0696c0fed6fd0e2')
@@ -44,6 +46,7 @@ prepare() {
cd "$pkgname"
patch -Np1 -i ../paths-in-opt.patch
patch -Np1 -i ../running-the-server.patch
+ patch -Np1 -i ../pil-tostring-is-gone.patch
# Fix permissions
chmod a-x include/*.py