summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScore_Under2022-01-12 22:45:07 +0000
committerScore_Under2022-01-12 22:45:07 +0000
commitf81991ce27dd5635cc127eca63fb349bef4b9062 (patch)
treeaae6e0be5afccb938dfb0f13e3237a3f3133c91b /PKGBUILD
parent2b5026272549f6dac6f68e97fd19dcc52d9eb191 (diff)
downloadaur-f81991ce27dd5635cc127eca63fb349bef4b9062.tar.gz
Update for v469 (remove IsWriteable patches)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20e9c22319e5..496654ca9797 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ DOC_DIRS=(opt/hydrus/help)
pkgbase=hydrus
pkgname=(hydrus)
-pkgver=468
+pkgver=469
pkgrel=1
pkgdesc="Danbooru-like image tagging and searching system for the desktop"
arch=(any)
@@ -24,15 +24,13 @@ 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')
-source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=fa5ebd9c22d2d2f05cab766240d39f99feb4be2b"
+source=("${pkgbase}::git+https://github.com/hydrusnetwork/${pkgbase}.git#commit=be79406f1f7e8d80bab074546c17e948fb94f576"
paths-in-opt.patch
- fix-writeable-check.patch
hydrus-client
hydrus-server
hydrus.desktop)
sha256sums=('SKIP'
'6dde03b452b842d089cfdffb4cf8554b4985934d664054b2bb71006694f923c6'
- 'a0eb88e96b4988f02e18afdb7fe8ba6b1b337e2a57ac899c19c761556071046e'
'd2cb826ce0dd1892ab95fc3b14dbe6bd312210f653d0aea31938eeb7e361fdc5'
'463841cc16059b516cc327cfbc30d3383e2236b085ba2d503e82f5be39444806'
'9b8c2603a8040ae80152ff9a718ad3e8803fdc3029a939e3c0e932ea35ded923')
@@ -40,7 +38,6 @@ sha256sums=('SKIP'
prepare() {
cd "$pkgbase"
git apply < ../paths-in-opt.patch
- git apply < ../fix-writeable-check.patch
# Remove unit tests
rm -f "hydrus/Test"*.py