summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpando8552022-08-15 19:35:14 +0000
committerpando8552022-08-15 19:35:14 +0000
commit28954011b6bd963fae657862a3747101885feac6 (patch)
tree144977912e6e1b967601f0632b296434b6fc09ee
parentd7f503ff0594fb778ccc3b07376bbc5e8049cdc7 (diff)
downloadaur-28954011b6bd963fae657862a3747101885feac6.tar.gz
Update AUR package to version 0.3.5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b9f5002ab3..e9a3003b0683 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timer-rs
pkgdesc = Simple countdown terminal alarm
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://github.com/pando85/timer
arch = i686
@@ -12,8 +12,9 @@ pkgbase = timer-rs
makedepends = cargo
makedepends = git
depends = gcc-libs
+ depends = pkg-config
depends = alsa-lib
- source = git+https://github.com/pando85/timer.git#tag=v0.3.4?signed
+ source = git+https://github.com/pando85/timer.git#tag=v0.3.5?signed
validpgpkeys = C15CDDF9318F14398300B917C6CB8A1793CA3F94
sha512sums = SKIP
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')