Bump package and binary

This commit is contained in:
Eduard Tolosa 2019-07-02 02:20:31 -05:00
parent ec0ccb0d0c
commit f88718c0d4
2 changed files with 5 additions and 5 deletions

View file

@ -1,18 +1,18 @@
# Maintainer: Eduard Toloza <tolosaeduard@gmail.com> # Maintainer: Eduard Toloza <tolosaeduard@gmail.com>
pkgname=powerman pkgname=powerman
pkgver=0.1.2 pkgver=0.1.3
pkgrel=2 pkgrel=1
pkgdesc='Power Management framework for Linux written in Rust..' pkgdesc='Power Management framework for Linux written in Rust..'
arch=('x86_64') arch=('x86_64')
url='https://gitlab.com/edu4rdshl/powerman' url='https://github.com/edu4rdshl/powerman'
license=('GPL3') license=('GPL3')
source=("https://gitlab.com/edu4rdshl/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz") source=("https://github.com/Edu4rdSHL/$pkgname/archive/$pkgver.tar.gz")
sha512sums=('SKIP') sha512sums=('SKIP')
package() { package() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"
install -Dm 755 bin/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}" install -Dm 755 bin/"${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -Dm 644 ${pkgname}.service "${pkgdir}/usr/lib/systemd/system/${pkgname}.service" install -Dm 644 ${pkgname}.service "${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
} }

Binary file not shown.