summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Dobachesky2018-08-19 11:41:59 -0400
committerMichael Dobachesky2018-08-19 11:41:59 -0400
commitd4088a741aa494a86dfa0cad3a62da9ac83b65c1 (patch)
tree78cb42f67f64908ac902d272b4188c0d925d76f4
parent49e1d5cb22341749adfdcc80c258d1264fa8e322 (diff)
downloadaur-d4088a741aa494a86dfa0cad3a62da9ac83b65c1.tar.gz
add package information
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33665c702b66..0e13e22fc1c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = maint
pkgdesc = A utility to automatically perform Arch Linux system maintenance
- pkgver = 1.0.1
+ pkgver = 1.0.0
pkgrel = 2
url = https://gitlab.com/mgdobachesky/ArchSystemMaintenance
arch = x86_64
@@ -16,9 +16,9 @@ pkgbase = maint
depends = pacman-contrib
depends = pacutils
depends = vim
- source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0.1/run.sh
- source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0.1/archNews.py
- source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0.1/settings.sh
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0.0/run.sh
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0.0/archNews.py
+ source = https://gitlab.com/mgdobachesky/ArchSystemMaintenance/raw/master/maint-1.0.0/settings.sh
md5sums = f1379c947704d22c19dfe348a297ddc9
md5sums = af05a3013904f4e47822164bfece1e3e
md5sums = e941155c4ab8fb7170711086752137a5
diff --git a/PKGBUILD b/PKGBUILD
index 4e3ed1ed8b20..f2fd95be5a68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Dobachesky <mgdobachesky@outlook.com>
pkgname=maint
-pkgver=1.0.1
+pkgver=1.0.0
pkgrel=2
pkgdesc="A utility to automatically perform Arch Linux system maintenance"
arch=('x86_64')