summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Savannah2017-11-16 17:44:11 -0500
committerTim Savannah2017-11-16 17:44:11 -0500
commit26e1a26540e507599332c4420c4bb44b1f347def (patch)
tree0a85f060e5a605573b966e0370c1eb2346b86922 /PKGBUILD
parent645361020265d308c4b2ebacade4c1088ff9f04e (diff)
downloadaur-mtime-utils.tar.gz
1.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d5ec6a575cd4..d2a1574c4415 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=mtime-utils
_projname="$(echo "${pkgname}" | tr '-' '_')"
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc="A collection of tools for accessing and working with mtime (modification time) and other stat properties"
arch=('i686' 'x86_64')
license=('LGPLv3')
url="https://github.com/kata198/mtime_utils"
source=("https://github.com/kata198/${_projname}/archive/${pkgver}.tar.gz")
-sha512sums=("84c7dad00ad0a00a29603b0464f8ba31c61185f2885c99bddf5196dde1feac2884acdc9bdb53ef5c574af2049de6c6aa892e5f542a44b2013a0989230b4b2f81")
+sha512sums=("74a135fc1555b7bcdeb7aec402f971b6ae593c53149c90823c7d299264eb1d90353fbc6dbd4c73471e3c14c5097e704c3f0c036d58f9f65b7fb5536e893e15dc")
build() {
cd "$srcdir/${_projname}-$pkgver"