summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c47f2becaf7c..166f0206edee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: aaditya <aaditya_gnulinux[at]zoho[dot]com>
pkgname=timeset
-pkgver=1.5
-pkgrel=4
+pkgver=1.6
+pkgrel=1
pkgdesc="A script for managing system date and time."
url="https://github.com/aadityabagga/timeset"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('bash' 'ntp')
optdepends=('ntp-openrc: openrc ntp service')
source=("https://github.com/aadityabagga/timeset/archive/${pkgver}.tar.gz")
-sha1sums=('af1abb8bcbd3a37554f305d5282da679ee3d3160')
+sha1sums=('3be0d2c86657c2a8d268463c4d2f90206d55ccda')
package() {
cd "$srcdir/${pkgname}-${pkgver}"