summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-11 15:46:59 +1200
committerGeorge Rawlinson2022-06-11 15:46:59 +1200
commitfefdcd9a183ce3fa9a3009779369a4d295e5f184 (patch)
tree3e578e25175a79be98e109f4d62c2aabd3a02558
parent7afaa91cbb69c92ce455e77a9439421ac46d20cb (diff)
downloadaur-fefdcd9a183ce3fa9a3009779369a4d295e5f184.tar.gz
upgpkg: hare-md5 r3-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da02d658b4ed..d25009dc762b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hare-md5
pkgdesc = MD5 implementation for Hare
- pkgver = r1.85e0e0b
+ pkgver = r3.65e68b1
pkgrel = 1
url = https://git.sr.ht/~sircmpwn/hare-md5
arch = any
license = MPL2
makedepends = git
depends = hare
- source = hare-md5::git+https://git.sr.ht/~sircmpwn/hare-md5#commit=85e0e0bc6255e23a28eff729ff04f20e00d14774
+ source = hare-md5::git+https://git.sr.ht/~sircmpwn/hare-md5#commit=65e68b144edef9a84ce663b7e5064c8dd72cdb06
md5sums = SKIP
pkgname = hare-md5
diff --git a/PKGBUILD b/PKGBUILD
index 29eed51f1e61..64175d263a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=hare-md5
-pkgver=r1.85e0e0b
+pkgver=r3.65e68b1
pkgrel=1
pkgdesc='MD5 implementation for Hare'
arch=('any')
@@ -9,7 +9,7 @@ url='https://git.sr.ht/~sircmpwn/hare-md5'
license=('MPL2')
depends=('hare')
makedepends=('git')
-_commit='85e0e0bc6255e23a28eff729ff04f20e00d14774'
+_commit='65e68b144edef9a84ce663b7e5064c8dd72cdb06'
source=("$pkgname::git+$url#commit=$_commit")
md5sums=('SKIP')
@@ -19,6 +19,12 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
+check() {
+ cd "$pkgname"
+
+ make check
+}
+
package() {
cd "$pkgname"