summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6157e32ba0ff..97f6cf30e960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 24 00:07:51 UTC 2017
+# Thu Aug 31 00:57:31 UTC 2017
pkgbase = hydrus
pkgdesc = Danbooru-like image tagging and searching system for the desktop
- pkgver = 270
+ pkgver = 271
pkgrel = 1
url = http://hydrusnetwork.github.io/hydrus/
install = hydrus.install
@@ -35,7 +35,7 @@ pkgbase = hydrus
conflicts = hydrus-docs
conflicts = hydrus-sources
options = !strip
- source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=fac67766ebc17c42db10f2346c9f371e4272f1ac
+ source = hydrus::git+https://github.com/hydrusnetwork/hydrus.git#commit=e7449281e6f66400ac3ada9658ec48d7cb46f30c
source = paths-in-opt.patch
source = hydrus-client
source = hydrus-server
diff --git a/PKGBUILD b/PKGBUILD
index 14f1553274d9..847f5155d163 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
-pkgver=270
+pkgver=271
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
@@ -21,7 +21,10 @@ makedepends=(git)
optdepends=('ffmpeg: show duration and other information on video thumbnails'
'miniupnpc: automatic port forwarding'
'desktop-file-utils: to add Hydrus to your desktop environment menus')
-source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=fac67766ebc17c42db10f2346c9f371e4272f1ac"
+# Note: the commit hash here is different to the hash on the v271 tag of the
+# git repo. This is intentional. The tag was mistakenly pushed with the same
+# hash as the previous version.
+source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=e7449281e6f66400ac3ada9658ec48d7cb46f30c"
paths-in-opt.patch
hydrus-client
hydrus-server