summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2018-12-09 08:47:11 -0500
committerMichael Dobachesky2018-12-09 08:47:11 -0500
commitd57a0a2429cdc2398d7c251ae7489247807dc98a (patch)
treeffdf8c33abf832a9da8aacc441e4218438978c15
parentd6d8b8b1f6a4a2ad5f3c97414b916ec1914485d0 (diff)
downloadaur-d57a0a2429cdc2398d7c251ae7489247807dc98a.tar.gz
1.18 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730f9b0e92ba..e2d8b74c0f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
- pkgver = 1.17
+ pkgver = 1.18
pkgrel = 1
url = https://gitlab.com/mgdobachesky/ArchSystemMaintenance
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = maint
depends = sudo
depends = vim
backup = opt/maint/settings.sh
- source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.17.tar.xz
- md5sums = d59118253e81a169446751cf2b2f5cdc
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.18.tar.xz
+ md5sums = 1701690025538c38290dd7e322df521c
pkgname = maint
diff --git a/PKGBUILD b/PKGBUILD
index 99fcdd80389c..c1cd82239fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _install_dir="opt/$_pkg_name"
_symlink_dir="usr/bin"
pkgname="$_pkg_name"
-pkgver=1.17
+pkgver=1.18
pkgrel=1
pkgdesc="A utility to automatically perform Arch Linux system maintenance"
arch=('x86_64')
@@ -28,7 +28,7 @@ backup=("$_install_dir/settings.sh")
source=("https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/$pkgname-$pkgver.tar.xz")
-md5sums=('d59118253e81a169446751cf2b2f5cdc')
+md5sums=('1701690025538c38290dd7e322df521c')
build() {
umask 022