summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2018-09-03 18:49:01 -0400
committerMichael Dobachesky2018-09-03 18:49:01 -0400
commite29311fc3296fb258c32d2667b25ffecba9f79db (patch)
tree1463e2cb432ccc1dd18c8310c975868c0f8b670d
parent0559df2e5f1f2663774919b6299767053af258a5 (diff)
downloadaur-e29311fc3296fb258c32d2667b25ffecba9f79db.tar.gz
1.8 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 743afd320c13..162834d11024 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
- pkgver = 1.7
+ pkgver = 1.8
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.7.tar.xz
- md5sums = d942d0a01b9a44cdbd6675c139b75458
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.8.tar.xz
+ md5sums = bff33c2c9f922d0ff01780957d586086
pkgname = maint
diff --git a/PKGBUILD b/PKGBUILD
index 3512ca3ef295..f0f458f60fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _install_dir="opt/$_pkg_name"
_symlink_dir="usr/bin"
pkgname="$_pkg_name"
-pkgver=1.7
+pkgver=1.8
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=('d942d0a01b9a44cdbd6675c139b75458')
+md5sums=('bff33c2c9f922d0ff01780957d586086')
build() {
umask 022