summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Kulesz2015-12-02 20:37:24 -0300
committerSebastian Kulesz2015-12-02 20:37:24 -0300
commite7593460c20a89085efe6a20da29229bf71a0791 (patch)
tree6a86b045478428c19a9608bf37a71fc5a420aa0e
parent6bcec6dbe09b8085be340cc068759e067c2ad8f3 (diff)
downloadaur-e7593460c20a89085efe6a20da29229bf71a0791.tar.gz
Update to version 3.0.1
-rw-r--r--.SRCINFO34
-rwxr-xr-xPKGBUILD5
2 files changed, 19 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e0a4a4f8d59..ffe07dda9ef5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v7
-# Mon Aug 31 23:30:03 UTC 2015
+# Wed Dec 2 23:36:00 UTC 2015
pkgbase = mundus
- pkgdesc = Clean and backup your /home folder from old configuration files created by now uninstalled software.
- pkgver = 3.0.0
- pkgrel = 1
- url = http://sebikul.github.io/mundus/
- arch = any
- license = GPL
- makedepends = gambas3-devel
- depends = gambas3-gb-image>=3.6.0
- depends = gambas3-gb-qt4>=3.6.0
- depends = gambas3-gb-form>=3.6.0
- depends = gambas3-gb-desktop>=3.6.0
- depends = gambas3-gb-desktop-x11>=3.6.0
- depends = gambas3-gb-settings>=3.6.0
- conflicts = mundus-bzr
- source = https://github.com/sebikul/mundus/archive/v3.0.0.tar.gz
- md5sums = 3e7d932d9609c13e69f2d71ed3ee0a70
+ pkgdesc = Clean and backup your /home folder from old configuration files created by now uninstalled software.
+ pkgver = 3.0.1
+ pkgrel = 1
+ url = http://sebikul.github.io/mundus/
+ arch = any
+ license = GPL
+ makedepends = gambas3-devel
+ depends = gambas3-gb-image>=3.6.0
+ depends = gambas3-gb-qt4>=3.6.0
+ depends = gambas3-gb-form>=3.6.0
+ depends = gambas3-gb-desktop>=3.6.0
+ depends = gambas3-gb-desktop-x11>=3.6.0
+ depends = gambas3-gb-settings>=3.6.0
+ conflicts = mundus-bzr
+ source = https://github.com/sebikul/mundus/archive/v3.0.1.tar.gz
+ md5sums = 9606df016d028afa91620a9d9e167290
pkgname = mundus
diff --git a/PKGBUILD b/PKGBUILD
index ddf1d9b64fcf..906b19a6dbad 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mundus
pkgdesc="Clean and backup your /home folder from old configuration files created by now uninstalled software."
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
arch=('any')
url="http://sebikul.github.io/mundus/"
@@ -16,14 +16,13 @@ depends=('gambas3-gb-image>=3.6.0' \
'gambas3-gb-settings>=3.6.0')
makedepends=('gambas3-devel')
source=(https://github.com/sebikul/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('3e7d932d9609c13e69f2d71ed3ee0a70')
+md5sums=('9606df016d028afa91620a9d9e167290')
build() {
cd ${srcdir}/${pkgname}-$pkgver
make
-
}
package() {