summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2017-01-25 14:24:56 +0000
committerScore_Under2017-01-25 14:24:56 +0000
commit5b0514a6a7c473695a6ee69efdbc4250ac5767c1 (patch)
tree5399f4d608977ca057591decf2e5bfcab6deef9e
parent142e20f98d97545128d0f072c7dbddd26b145c2c (diff)
downloadaur-5b0514a6a7c473695a6ee69efdbc4250ac5767c1.tar.gz
Correct dependency list
Python2-socks is now in the official repos as python2-pysocks
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 549a72e510a2..a1a64266d140 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jan 24 18:37:28 UTC 2017
+# Wed Jan 25 14:24:19 UTC 2017
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
pkgver = 241
- pkgrel = 1
+ pkgrel = 2
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
arch = any
@@ -23,7 +23,7 @@ pkgbase = hydrus
depends = python2-pillow
depends = python2-potr
depends = python2-flvlib
- depends = python2-socks
+ depends = python2-pysocks
depends = python2-psutil
depends = python2-send2trash
depends = python2-lxml
diff --git a/PKGBUILD b/PKGBUILD
index 00bbd1ca6723..3fde2a5dd417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
pkgver=241
-pkgrel=1
+pkgrel=2
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
license=(WTFPL)
@@ -14,7 +14,7 @@ conflicts=(hydrus-docs hydrus-sources)
url=http://hydrusnetwork.github.io/hydrus/
depends=(python2 wxpython opencv python2-beautifulsoup4 python2-yaml
hsaudiotag python2-pypdf2 python2-pafy python2-lz4 python2-numpy
- python2-twisted python2-pillow python2-potr python2-flvlib python2-socks
+ python2-twisted python2-pillow python2-potr python2-flvlib python2-pysocks
python2-psutil python2-send2trash python2-lxml python2-requests)
makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'