summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpando8552022-08-15 19:35:14 +0000
committerpando8552022-08-15 19:35:14 +0000
commit28954011b6bd963fae657862a3747101885feac6 (patch)
tree144977912e6e1b967601f0632b296434b6fc09ee /PKGBUILD
parentd7f503ff0594fb778ccc3b07376bbc5e8049cdc7 (diff)
downloadaur-28954011b6bd963fae657862a3747101885feac6.tar.gz
Update AUR package to version 0.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 599d5b9ef568..eac34dae1dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Pando85 <pando855@gmail.com>
pkgname=timer-rs
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc="Simple countdown terminal alarm"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/pando85/timer"
license=('GPL')
depends=('gcc-libs'
+ 'pkg-config'
'alsa-lib')
makedepends=('cargo'
'git')