File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Maintainer: devome <evinedeng@hotmail.com>
22
33pkgname=" ddns-go"
4- pkgver=6.16.2
4+ pkgver=6.16.3
55pkgrel=1
66pkgdesc=" A simple, easy-to-use ddns service"
77license=(' MIT' )
@@ -19,10 +19,10 @@ source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz
1919 " ${pkgname} .user.service"
2020 " ${pkgname} .sysusers"
2121 " ${pkgname} .tmpfiles" )
22- sha256sums=(' 1a92f53e50c8ca81e20c15c6dbaf490544f1a7b7b8c8d1c4c60ad8f1bc890276 '
22+ sha256sums=(' ccf29cd55f0460a17ee6de2017f5770224f546b8510ec968f6ac304bc344a371 '
2323 ' adc5116f5b965e642a826dd2ac5680a112b85b89963658dae18242cffb9224dc'
24- ' f1d7ee4f2ef6c13270ff7e3b9f17a35c5faba76e7601a81cc0ac75da9e27f724 '
25- ' 2f94cb5b27c38d98ea758b27709c4fac7b1b78e946c8b1f6c810ab2296708278 '
24+ ' f73ab3874cc61c7a23c9acfa3efc807dd64955ab3ac48351d1c05a15792e11b3 '
25+ ' d65103549ed5dd14f58ce84fba873afc3cc9ea46e679c79c48397d018adacf87 '
2626 ' 558a170cae11f423591c5487dfe5f5e72f4aa88aaf62055f79a6656b6a98235a'
2727 ' 1d8bffaf2683e72d13d18e4208b91ac96e440159069a94f34068c42ec98ed5c2' )
2828
Original file line number Diff line number Diff line change 11[Unit]
2- Description = A simple, easy-to-use ddns service.
3- Wants = network-online.target
4- After = network-online.target
2+ Description = A simple, easy-to-use ddns service.
3+ Wants = network-online.target
4+ After = network-online.target
55
66[Service]
7- User = ddns-go
8- Group = ddns-go
9- EnvironmentFile = -/etc/ddns-go/ddns-go.env
10- ExecStart = /usr/bin/ddns-go -c /etc/ddns-go/config.yml $EXTRA_OPTS
11- Restart = always
12- RestartSec = 5
7+ User = ddns-go
8+ Group = ddns-go
9+ EnvironmentFile = -/etc/ddns-go/ddns-go.env
10+ ExecStart = /usr/bin/ddns-go -c /etc/ddns-go/config.yml $EXTRA_OPTS
11+ Restart = always
12+ RestartSec = 5
1313
1414[Install]
15- WantedBy = multi-user.target
15+ WantedBy = multi-user.target
Original file line number Diff line number Diff line change 11[Unit]
2- Description = A simple, easy-to-use ddns service.
3- Wants = network-online.target
4- After = network-online.target
2+ Description = A simple, easy-to-use ddns service.
3+ Wants = network-online.target
4+ After = network-online.target
55
66[Service]
7- EnvironmentFile = -%E/ddns-go/ddns-go.env
8- ExecStartPre = /usr/bin/mkdir -p %E/ddns-go ; /usr/bin/touch %E/ddns-go/config.yml
9- ExecStart = /usr/bin/ddns-go -c %E/ddns-go/config.yml $EXTRA_OPTS
10- Restart = always
11- RestartSec = 5
7+ EnvironmentFile = -%E/ddns-go/ddns-go.env
8+ ExecStartPre = /usr/bin/mkdir -p %E/ddns-go ; /usr/bin/touch %E/ddns-go/config.yml
9+ ExecStart = /usr/bin/ddns-go -c %E/ddns-go/config.yml $EXTRA_OPTS
10+ Restart = always
11+ RestartSec = 5
1212
1313[Install]
14- WantedBy = default.target
14+ WantedBy = default.target
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ _noguipkgname="$_projectname-emu-nogui"
99_toolpkgname=" $_projectname -emu-tool"
1010pkgbase=" $_mainpkgname -git"
1111pkgname=(" $pkgbase " " $_noguipkgname -git" " $_toolpkgname -git" )
12- pkgver=2603.r217.g02031e663a
12+ pkgver=2603.r219.g082c606761
1313pkgrel=1
1414pkgdesc=' A Gamecube / Wii emulator'
1515_pkgdescappend=' - git version'
Original file line number Diff line number Diff line change 44
55pkgname=neovim-git
66_pkgname=${pkgname% -git}
7- pkgver=0.12.0.r72.gd769fde8c9
7+ pkgver=0.12.0.r73.g164dfa1d5f
88pkgrel=1
99pkgdesc=" Fork of Vim aiming to improve user experience, plugins, and GUIs."
1010arch=(' i686' ' x86_64' ' armv7h' ' armv6h' ' aarch64' )
Original file line number Diff line number Diff line change 22# Contributor: iff <iff@ik.me>
33
44pkgname=pay-respects
5- pkgver=0.8.1
5+ pkgver=0.8.2
66pkgrel=1
77pkgdesc=" Terminal command suggestion, alternative to thefuck written in Rust with AI support"
88arch=(' x86_64' ' aarch64' )
@@ -12,7 +12,7 @@ makedepends=('cargo')
1212optdepends=(' curl: for fetching AI suggestions' )
1313replaces=(' pay_respects' )
1414source=(" ${pkgname} -${pkgver} .tar.gz::${url} /archive/v${pkgver} .tar.gz" )
15- sha256sums=(' 014c9fc9487f578a277616ba4ef2634eb5c6d80ce12ff1b8ebd1b523288ed739 ' )
15+ sha256sums=(' 4199f563a5a915e36cc1b8c94e33ff15441353b99d9fb5ed866e09a91005a5d6 ' )
1616
1717prepare () {
1818 cd " ${pkgname} /"
Original file line number Diff line number Diff line change 33# Maintainer: Kuan-Yen Chou <kuanyenchou at gmail dot com>
44
55pkgname=vcpkg-git
6- pkgver=2026.03.18.r235.g60806b595a7
6+ pkgver=2026.03.18.r236.g7ad1ed0b912
77pkgrel=1
88pkgdesc=' C++ library manager for Windows, Linux, and MacOS'
99depends=(' curl' ' zip' ' unzip' )
You can’t perform that action at this time.
0 commit comments