summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang Hua2024-01-23 09:39:12 +0800
committerZhang Hua2024-01-23 09:39:12 +0800
commit8a971f38d8c6aab960ce1516c99734af568cc454 (patch)
treea44a53465a3f42d0122db24b89f579878ff5cc83
parentd933cb2f3eb61ee239013cb1c920d0e6c7a1c4be (diff)
downloadaur-8a971f38d8c6aab960ce1516c99734af568cc454.tar.gz
Bump to 1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--hath-rust.service2
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4086def0447c..9010428ec88d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = hath-rust
pkgdesc = Hentai@Home but rusty
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/james58899/hath-rust
arch = x86_64
license = GPL3
makedepends = cargo
options = !lto
- source = https://github.com/james58899/hath-rust/archive/refs/tags/v1.1.1.tar.gz
+ source = https://github.com/james58899/hath-rust/archive/refs/tags/v1.1.2.tar.gz
source = hath-rust.service
source = hath-rust.tmpfiles
source = hath-rust.sysusers
- sha256sums = 6cb5cfd4bf606a27bb531fce6e6c5f93d8708300cef871f5790aa4de4a7e4638
+ sha256sums = 706cd3ea22db0fa638a8082b69e75daab1e2d8e8b93cd676a8bdc178e1fa10fb
sha256sums = f427254389f172d55c2ce52c635a8ab0f683d1c8373df497590519db69b1c813
sha256sums = 4732b0b6683df5734e652e3d8c5875d90d48577cc46e579bdf43e656d3ca216e
sha256sums = 28b78e349e96777177e6f95f078c3d09fec0dcd174b1a70d5dc9b18e309b0a81
diff --git a/PKGBUILD b/PKGBUILD
index ba8c3a3a8d13..57eb1175afd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=hath-rust
pkgdesc="Hentai@Home but rusty"
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
arch=("x86_64")
url="https://github.com/james58899/hath-rust"
license=("GPL3")
@@ -13,8 +13,8 @@ source=(
"hath-rust.tmpfiles"
"hath-rust.sysusers"
)
-sha256sums=('6cb5cfd4bf606a27bb531fce6e6c5f93d8708300cef871f5790aa4de4a7e4638'
- 'f427254389f172d55c2ce52c635a8ab0f683d1c8373df497590519db69b1c813'
+sha256sums=('706cd3ea22db0fa638a8082b69e75daab1e2d8e8b93cd676a8bdc178e1fa10fb'
+ '7fb01a1563c431384a2e9fc7da1105650e63069e0ed634240e456d4456a0a73b'
'4732b0b6683df5734e652e3d8c5875d90d48577cc46e579bdf43e656d3ca216e'
'28b78e349e96777177e6f95f078c3d09fec0dcd174b1a70d5dc9b18e309b0a81')
diff --git a/hath-rust.service b/hath-rust.service
index 3b98df8b2d04..1fa214e32162 100644
--- a/hath-rust.service
+++ b/hath-rust.service
@@ -14,7 +14,7 @@ ExecStart=hath-rust $HATH_EXTRA_ARGS \
--log-dir=/var/log/hath-rust \
--temp-dir=/tmp/hath-rust
# Isolation
-WorkingDirectory=/var/lib/hath
+WorkingDirectory=/var/lib/hath-rust
User=hath-rust
CapabilityBoundingSet=CAP_NET_BIND_SERVICE
NoNewPrivileges=yes