summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwojciechkepka2020-05-06 18:57:50 +0200
committerwojciechkepka2020-05-06 18:57:50 +0200
commit869cffc865602b5d0aff7b682c0608aaa8c6f31c (patch)
tree1d700a9f86ee1dcef7cd4e872a1d491ef163f1cc
parent322bdedd67ff299e060aa65991a75cd8720bc594 (diff)
downloadaur-869cffc865602b5d0aff7b682c0608aaa8c6f31c.tar.gz
Fix version to update db
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9769cc87a029..80d2bc284fb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rustop-git
pkgdesc = All important information about your system in one place
- pkgver = 0.5.0
- pkgrel = 1
+ pkgver = 0.
+ pkgrel = 2
url = https://github.com/wojciechkepka/rustop
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9467bd70803e..22a18399a9d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Wojciech Kepka <wojtek.kepka@protonmail.com>
pkgname=rustop-git
-pkgver=0.5.0
-pkgrel=1
+pkgver=0.
+pkgrel=2
epoch=
pkgdesc="All important information about your system in one place"
arch=('x86_64' 'i686')