summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2018-09-09 10:23:19 -0400
committerMichael Dobachesky2018-09-09 10:23:19 -0400
commitbeb8376bbf60f429a9f38616cfdab488bd7c6087 (patch)
tree4c9d1acf7ad37583d7464fdedc0d22db3af568d1
parente29311fc3296fb258c32d2667b25ffecba9f79db (diff)
downloadaur-beb8376bbf60f429a9f38616cfdab488bd7c6087.tar.gz
1.9 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 162834d11024..b71358ea728d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = https://gitlab.com/mgdobachesky/ArchSystemMaintenance
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = maint
depends = sudo
depends = vim
backup = opt/maint/settings.sh
- source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.8.tar.xz
- md5sums = bff33c2c9f922d0ff01780957d586086
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.9.tar.xz
+ md5sums = c6881dfae43cfb7769c0f0db5713e25f
pkgname = maint
diff --git a/PKGBUILD b/PKGBUILD
index f0f458f60fd0..361f8de2ea3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _install_dir="opt/$_pkg_name"
_symlink_dir="usr/bin"
pkgname="$_pkg_name"
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="A utility to automatically perform Arch Linux system maintenance"
arch=('x86_64')
@@ -27,7 +27,7 @@ backup=("$_install_dir/settings.sh")
source=("https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/$pkgname-$pkgver.tar.xz")
-md5sums=('bff33c2c9f922d0ff01780957d586086')
+md5sums=('c6881dfae43cfb7769c0f0db5713e25f')
build() {
umask 022