summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2018-08-25 11:32:38 -0400
committerMichael Dobachesky2018-08-25 11:32:38 -0400
commit79f0f4c72cf2184b30a02945f2629424e07e5b11 (patch)
tree38d7d294b45b6e64f09b4311a813a4f288a81e30
parent9a3add7c2e039fa37ec4c839431952695d359841 (diff)
downloadaur-79f0f4c72cf2184b30a02945f2629424e07e5b11.tar.gz
improved feedback
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b1596b9f16b..ef8f85790a23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://gitlab.com/mgdobachesky/ArchSystemMaintenance
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = maint
depends = pacutils
depends = vim
backup = opt/maint/settings.sh
- source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.1.tar.xz
- md5sums = b6692bdb4eb299adc9bc4860d78f9659
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/maint-1.2.tar.xz
+ md5sums = bdba5f407ca127effd230bfa10e4421d
pkgname = maint
diff --git a/PKGBUILD b/PKGBUILD
index b0b21555a827..dad0194075db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _install_dir="opt/$_pkg_name"
_symlink_dir="usr/bin"
pkgname="$_pkg_name"
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="A utility to automatically perform Arch Linux system maintenance"
arch=('x86_64')
@@ -26,7 +26,7 @@ backup=("$_install_dir/settings.sh")
source=("https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/pkg/$pkgname-$pkgver.tar.xz")
-md5sums=('b6692bdb4eb299adc9bc4860d78f9659')
+md5sums=('bdba5f407ca127effd230bfa10e4421d')
build() {
umask 022