summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2020-11-27 01:08:47 +1100
committerdaurnimator2020-11-27 01:09:39 +1100
commit32db74cd1c2f71d529d41c19b1a726ea75c0f28f (patch)
tree2589a4b2df4c02017e49f9d8934f3c1c4baf0072
parenteaedc18f177298ecbc88b7fb4f5c01b7661af442 (diff)
downloadaur-lua-binaryheap.tar.gz
Update packaging conventions
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3eda983160f8..1c4e73feb574 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = lua-binaryheap
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Tieske/binaryheap.lua
arch = any
license = MIT
source = lua-binaryheap-0.4.tar.gz::https://github.com/Tieske/binaryheap.lua/archive/version_0v4.tar.gz
- md5sums = 8dc4ea3df17fc7c586693d6fb6f0a8a3
+ sha256sums = 10b1b6c6f2d22560f512f9896a6672ec5ae0eea1390ff8e662be1d5d9625b438
pkgname = lua-binaryheap
pkgdesc = Binary heap implementation for Lua 5.4
diff --git a/PKGBUILD b/PKGBUILD
index 364eb7933f16..578310fc449c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: Daurnimator <quae@daurnimator.com>
+# Maintainer: Daurnimator <daurnimator@archlinux.org>
pkgname=('lua-binaryheap' 'lua51-binaryheap' 'lua52-binaryheap' 'lua53-binaryheap')
pkgver=0.4
-pkgrel=1
+pkgrel=2
arch=('any')
url='https://github.com/Tieske/binaryheap.lua'
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Tieske/binaryheap.lua/archive/version_0v4.tar.gz")
-md5sums=('8dc4ea3df17fc7c586693d6fb6f0a8a3')
+sha256sums=('10b1b6c6f2d22560f512f9896a6672ec5ae0eea1390ff8e662be1d5d9625b438')
package_lua-binaryheap() {
pkgdesc='Binary heap implementation for Lua 5.4'