summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2018-08-19 16:06:50 -0400
committerMichael Dobachesky2018-08-19 16:06:50 -0400
commit4d7b6dc85c895994e23ec915fb286b8375f13110 (patch)
tree258abb183edb600327a61b3753f405ff3f7fd936
parent89a02075fccab1151fcfa7d8399b0d5757c5cea7 (diff)
downloadaur-4d7b6dc85c895994e23ec915fb286b8375f13110.tar.gz
update package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e569e990e71c..c79b08dd38b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/mgdobachesky/ArchSystemMaintenance
arch = x86_64
license = GPLv3
@@ -20,9 +20,9 @@ pkgbase = maint
source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0/run.sh
source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0/archNews.py
source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0/settings.sh
- md5sums = f1379c947704d22c19dfe348a297ddc9
+ md5sums = 989ca727bc39fdcbb1d02b10b50ec818
md5sums = af05a3013904f4e47822164bfece1e3e
- md5sums = e941155c4ab8fb7170711086752137a5
+ md5sums = be5b0ba37b5a140d2f315b4c4ef6d52e
pkgname = maint
diff --git a/PKGBUILD b/PKGBUILD
index 64a386a2fc1d..ba4c4082a8ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _symlink_dir="usr/bin"
pkgname="$_pkg_name"
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A utility to automatically perform Arch Linux system maintenance"
arch=('x86_64')
url="https://gitlab.com/mgdobachesky/ArchSystemMaintenance"
@@ -27,9 +27,9 @@ source=("https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/$pkgna
"https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/$pkgname-$pkgver/archNews.py"
"https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/$pkgname-$pkgver/settings.sh")
-md5sums=('f1379c947704d22c19dfe348a297ddc9'
+md5sums=('989ca727bc39fdcbb1d02b10b50ec818'
'af05a3013904f4e47822164bfece1e3e'
- 'e941155c4ab8fb7170711086752137a5')
+ 'be5b0ba37b5a140d2f315b4c4ef6d52e')
build() {
umask 022