mirror of
https://github.com/edu4rdshl/upcheck.git
synced 2026-07-18 07:34:51 +00:00
Version bump
Now upcheck can be executed periodically without systemd timer!
This commit is contained in:
parent
e5bab390b2
commit
fd585bfa0f
6 changed files with 58 additions and 9 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: Eduard Toloza <tolosaeduard@gmail.com>
|
||||
|
||||
pkgname=upcheck
|
||||
pkgver=0.1.1
|
||||
pkgrel=3
|
||||
pkgver=0.1.2
|
||||
pkgrel=1
|
||||
pkgdesc='Checker for ArchLinux available updates and send it via notify-rust.'
|
||||
arch=('x86_64')
|
||||
url='https://gitlab.com/edu4rdshl/upcheck'
|
||||
|
|
@ -13,9 +13,8 @@ sha512sums=('208443c757528396e82980bf31654f5d1802abcd090422a2ceff7bfbfb512e5173f
|
|||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
install -dm 755 "${pkgdir}/usr/lib/systemd/user/"
|
||||
|
||||
install -Dm 755 bin/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
||||
install -Dm 755 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
|
||||
cp "${pkgname}".{service,timer} "${pkgdir}/usr/lib/systemd/user/"
|
||||
install -Dm 644 "${pkgname}".service "${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue