summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDestructiveReasoning2015-11-12 20:06:04 +0000
committerDestructiveReasoning2015-11-12 20:06:04 +0000
commit6ddf22095f7f6f3b3570e6b422416d2c3a823cad (patch)
tree51ba6db83c962f69ab29dce62db732d209290fc8
parent5ec5dc92bc8fefce62047a73794705910b6659e9 (diff)
downloadaur-6ddf22095f7f6f3b3570e6b422416d2c3a823cad.tar.gz
Fixed comments
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d02fb5d33c15..ff51670623b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = savant-git
pkgdesc = A CLI based calculator that supports variables and uses SDL2 to do graphs.
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/DestructiveReasoning/savant
install = savant-git.install
diff --git a/PKGBUILD b/PKGBUILD
index dc708c1f15c9..b65c628f6dc0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Harley Wiltzer <harleyw@hotmail.com>
pkgname=savant-git
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="A CLI based calculator that supports variables and uses SDL2 to do graphs."
arch=('x86_64')