Update PKGBUILD

This commit is contained in:
Eduard Tolosa 2019-03-31 10:43:30 -05:00
parent 308e7a1de0
commit a6576ade66

View file

@ -1,7 +1,7 @@
# Maintainer: Eduard Toloza <tolosaeduard@gmail.com>
pkgname=upcheck
pkgver=0.1.2
pkgver=0.1.3
pkgrel=1
pkgdesc='Checker for ArchLinux available updates and send it via notify-rust.'
arch=('x86_64')
@ -9,7 +9,7 @@ url='https://gitlab.com/edu4rdshl/upcheck'
license=('GPL3')
depends=('pacman-contrib')
source=("https://gitlab.com/edu4rdshl/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha512sums=('eb3f39b4af78465c678d9a987cd0b2140673b4152100324ca82c662a5255d24ed55becae857e134a908435e865282213498cad2786b1fefa9ca45ba2a1eebd78')
sha512sums=('38e14ef4910c9afb2858d70a1663dd5fed8f13256240a6d6761e881d943f6dd95bbb46830f568bb60fe2dba822ec3a82741fa058475acc9534746ec0cf149957')
package() {
cd "${pkgname}-${pkgver}"