summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2018-12-09 20:16:27 -0500
committerMichael Dobachesky2018-12-09 20:16:27 -0500
commite74ce1b8f11df30a654db064805e6db10fa4a6a1 (patch)
treee428fda15426e23738cecbe8a28f72f38cc357cc
parentd57a0a2429cdc2398d7c251ae7489247807dc98a (diff)
downloadaur-e74ce1b8f11df30a654db064805e6db10fa4a6a1.tar.gz
1.19 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2d8b74c0f32..a592469c8ee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
- pkgver = 1.18
+ pkgver = 1.19
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.18.tar.xz
- md5sums = 1701690025538c38290dd7e322df521c
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.19.tar.xz
+ md5sums = 449b61222c87a9063f9383841d2f0b25
pkgname = maint
diff --git a/PKGBUILD b/PKGBUILD
index c1cd82239fad..4b05d0e6e6fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _install_dir="opt/$_pkg_name"
_symlink_dir="usr/bin"
pkgname="$_pkg_name"
-pkgver=1.18
+pkgver=1.19
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=('1701690025538c38290dd7e322df521c')
+md5sums=('449b61222c87a9063f9383841d2f0b25')
build() {
umask 022