summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMidori2023-01-16 11:34:30 +0900
committerMidori2023-01-16 11:34:30 +0900
commitbd79e83bbf61604aad7b882e498ccf3d86a702a5 (patch)
treecbc01c3525b67cb390048d81865a341c4cef6d45 /PKGBUILD
parente5ece7ad4f541f2a5fe3a2e6268d6fb48a692277 (diff)
downloadaur-bd79e83bbf61604aad7b882e498ccf3d86a702a5.tar.gz
v5.0.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7403d28fa7da..72465cd90b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mosdns
pkgname=${_pkgname}-bin
pkgver=5.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="一个 DNS 转发器"
arch=('x86_64')
url="https://github.com/IrineSistiana/mosdns/"
@@ -23,6 +23,7 @@ sha256sums=('70e18bc31de9e6fbfa17d3f82316394eab201139475ab134d2e6122aca0976ff'
package() {
install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns
+ install -dm755 "$pkgdir"/etc/mosdns
install -Dm644 sysusers "$pkgdir"/usr/lib/sysusers.d/mosdns.conf
install -Dm644 tmpfiles "$pkgdir"/usr/lib/tmpfiles.d/mosdns.conf
install -Dm644 service "$pkgdir"/usr/lib/systemd/system/mosdns.service