summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJake Leahy2023-08-12 11:36:00 +1000
committerJake Leahy2023-08-12 11:36:00 +1000
commita14f9a269a03afbe02d28c4cb5701823c4d97cbb (patch)
treef72897a4ec00478e82f604eeb84701e3614bc6b5 /PKGBUILD
parentfa980b43572635912752ebd4cd31c2a4c2a3ce3b (diff)
downloadaur-pkgbuild-updater.tar.gz
Bump to 0.1.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fc9a177595e..6533b0443184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jake Leahy <jake (at) lowerCaseLastName (dot) dev
pkgname=pkgbuild-updater
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc="Automatic PKGBUILD updater script which fetches the new version and then pushes the update"
arch=('any')
url="https://github.com/ire4ever1190/pkgbuild-updater"
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ire4ever1190/pkgbuild-updater/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('da3630b28486b29cd28fd9b22c8be94464d8d137a14e485cef0d39d260f21348')
+sha256sums=('beb6c2fb4b62360b910afa1a5138e597a7c2dc8900b46d8f5f8c3b55aa450ff4')
provides=('pkgbuild-updater')
depends=('jq' 'pacman-contrib')