aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6df516f..2cd5670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# shellcheck disable=SC2034,SC2154,SC2164
# Maintainer: pml68 <contact@pml68.dev>
pkgname=aur
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='A simple script for AUR package management'
arch=('any')
@@ -15,7 +16,7 @@ options=('!strip' '!debug')
conflicts=('aur')
provides=('aur')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pml68/aur/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('7891fd3c8ed5a79c337b8148bd247d181d1372e31ad2c6557a0165a6d7299326')
+sha256sums=('b11afc24dec89457ed975852ae1d13ec1668edd36f26b5cfc3c37e097d14f520')
package() {
cd "${pkgname}-${pkgver}"