summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2019-04-13 14:17:02 -0400
committerMichael Dobachesky2019-04-13 14:17:02 -0400
commitf21c2851baf39e19dc92aa8023c260ac5cc9f344 (patch)
tree2f32fb0f191074e031d06c406a5865669bfbead4
parentf2964e3ab5cbfb19fa5e8578cad807796f37d3e7 (diff)
downloadaur-f21c2851baf39e19dc92aa8023c260ac5cc9f344.tar.gz
2.4 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb217b72860..29984dc49aac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
- pkgver = 2.3
+ pkgver = 2.4
pkgrel = 1
url = https://gitlab.com/mgdobachesky/ArchSystemMaintenance
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = maint
depends = dialog
optdepends = nano
backup = opt/maint/settings.sh
- source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-2.3.tar.xz
- md5sums = aa5c8a0187ff67d55c744b0cada3c92e
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-2.4.tar.xz
+ md5sums = 8930461ab1d7da45e78d197d618ed4b9
pkgname = maint
diff --git a/PKGBUILD b/PKGBUILD
index 5f583e9acb14..b4e04d2a0995 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _install_dir="opt/$_pkg_name"
_symlink_dir="usr/bin"
pkgname="$_pkg_name"
-pkgver=2.3
+pkgver=2.4
pkgrel=1
pkgdesc="A utility to automatically perform Arch Linux system maintenance"
arch=('x86_64')
@@ -33,7 +33,7 @@ backup=("$_install_dir/settings.sh")
source=("https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/$pkgname-$pkgver.tar.xz")
-md5sums=('aa5c8a0187ff67d55c744b0cada3c92e')
+md5sums=('8930461ab1d7da45e78d197d618ed4b9')
prepare() {
umask 022