summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScore_Under2022-03-15 19:07:46 +0000
committerScore_Under2022-03-15 19:07:46 +0000
commit340dcfba639bf57311878d8f9c1fa26d9f84c4fb (patch)
treeda1cd3390bea208e5ca70892ea386d04c6c351fe
parentfaacef2d460d5bc50c73a55576a6838f868aa8ae (diff)
downloadaur-340dcfba639bf57311878d8f9c1fa26d9f84c4fb.tar.gz
Reorder declarations to reduce diff against non-git package
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 451286271a41..3466d11fa84a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,6 @@
-# Maintainer: Michael Serajnik <m at mser dot at>
+# Previous maintainer: Michael Serajnik <m at mser dot at>
+# Maintainer: Score_Under <seejay 11@gmail com>
+options=(!strip) # Don't strip libs because there aren't any
DOC_DIRS=("opt/hydrus/help")
pkgname=hydrus-git
_pkgname=hydrus
@@ -6,8 +8,11 @@ pkgver=459.3.r0.g0dfba5a8
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=("any")
-url="http://hydrusnetwork.github.io/hydrus/"
license=("WTFPL")
+install="hydrus.install"
+provides=("hydrus")
+conflicts=("hydrus" "hydrus-docs" "hydrus-sources")
+url="http://hydrusnetwork.github.io/hydrus/"
depends=("python" "python-opencv" "python-beautifulsoup4" "python-yaml"
"python-lz4>=0.10.1" "python-numpy" "python-twisted" "python-pillow"
"python-pysocks" "python-psutil" "python-send2trash" "python-html5lib"
@@ -20,10 +25,6 @@ optdepends=("ffmpeg: show duration and other information on video thumbnails"
"python-cloudscraper: bypass cloudflare \"checking your browser\" challenges"
"python-pyqt5-chart: display bandwidth usage charts"
"python-pyopenssl: to generate certificates for accessing client API and server via HTTPS")
-options=(!strip) # Don't strip libs because there aren't any
-install="hydrus.install"
-provides=("hydrus")
-conflicts=("hydrus" "hydrus-docs" "hydrus-sources")
source=("git+https://github.com/hydrusnetwork/${_pkgname}.git"
"paths-in-opt.patch"
"hydrus-client"