summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpando8552022-09-30 06:20:36 +0000
committerpando8552022-09-30 06:20:36 +0000
commita7655881decccb50fa2b5f5e6c6e025fe0fc001e (patch)
tree32f431a6c6867d46173b80c0e583b9d7c6537d7d
parentd00e083872bebbf271ca2d87f85347674e24e227 (diff)
downloadaur-a7655881decccb50fa2b5f5e6c6e025fe0fc001e.tar.gz
Update AUR package to version 0.5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7ad4ec971aa..0c7d791a1b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timer-rs
pkgdesc = Simple countdown terminal alarm
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/pando85/timer
arch = i686
@@ -14,7 +14,7 @@ pkgbase = timer-rs
depends = gcc-libs
depends = pkg-config
depends = alsa-lib
- source = git+https://github.com/pando85/timer.git#tag=v0.4.0?signed
+ source = git+https://github.com/pando85/timer.git#tag=v0.5.0?signed
validpgpkeys = C15CDDF9318F14398300B917C6CB8A1793CA3F94
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b0ce7b733fc6..94ed0777366f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pando85 <pando855@gmail.com>
pkgname=timer-rs
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="Simple countdown terminal alarm"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')