summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillbelr2018-02-01 09:18:13 -0500
committerwillbelr2018-02-01 09:18:13 -0500
commit7a88965b1437ba92adc1523c5ae618f82ce5322d (patch)
tree14f8bc5c5373eaf233c0d81c7895ff7ad40924ad
parent22243bf7e41415fb7310a43b5e1815474902190c (diff)
downloadaur-7a88965b1437ba92adc1523c5ae618f82ce5322d.tar.gz
fixed version number for git (1.0 > rX)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76357b61816f..8227a084dd14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtpad-git
pkgdesc = Modern and customizable sticky note application
- pkgver = 0.0.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/willbelr/qtpad
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index e6ca00d63a75..95383fa2cf80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qtpad
pkgname="$_pkgname"-git
-pkgver=0.0.0
+pkgver=1.0.0
pkgrel=1
provides=("$_pkgname")
conflicts=("$_pkgname")