# Maintainer: Tang Yuming pkgname=clashup pkgver=0.3.0 pkgrel=2 pkgdesc="auto update clash's config file" license=('GPL') arch=('any') url="https://github.com/felinae98/clashup" depends=(python clash python-requests python-daemon) source=(clashup clashup.conf clashup.service clashup.timer) package() { install -Dm755 clashup ${pkgdir}/usr/bin/clashup install -Dm644 clashup.conf ${pkgdir}/etc/systemd/user/clash.service.d/clashup.conf install -Dm644 clashup.service ${pkgdir}/usr/lib/systemd/system/clashup.service install -Dm644 clashup.timer ${pkgdir}/usr/lib/systemd/system/clashup.timer } md5sums=('d2d6b7c638bd59e6ac0cfd1ece1301e1' '177338346005e11d33e27edc1f8ab780' 'f805be578902fb8c6606aef828111af8' '58604e2d881d0260623659ce06158e14')