summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9a84524c410..d33f814b39a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Elkouby <streetwalrus@codewalr.us>
pkgname=longoverdue
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="System service update management made easy"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/Streetwalrus/$pkgname"
license=('MIT')
depends=('python' 'python-click' 'lsof')
source=("https://github.com/Streetwalrus/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('f0a969741d880fe29b088aa123d31a9bcca419e46c188b9e66adb95c75a931b5')
+sha256sums=('d4c182e3e6b3e82ca4be6b7222efbb1531b661b771c4129a636fde662cb47e4e')
package() {
cd "$srcdir/$pkgname-$pkgver"