summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlight42024-01-07 18:40:08 +0400
committerlight42024-01-07 18:40:08 +0400
commita26b28e134b51229ce35e7569af90c656803d0f3 (patch)
tree04fd654500b64206ae16b2a44b1b93ac51233baf
parent3dbaffa30b542695883556ac99f9cad9684e04d8 (diff)
downloadaur-svgbob.tar.gz
bump version 0.7.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae4f9b15282f..076790839646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = svgbob
pkgdesc = Convert your ascii diagram scribbles into happy little SVG
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 0
url = https://github.com/ivanceras/svgbob
arch = i686
@@ -11,7 +11,7 @@ pkgbase = svgbob
depends = gcc-libs
provides = svgbob
conflicts = svgbob
- source = svgbob::git+https://github.com/ivanceras/svgbob.git#tag=0.7.1
+ source = svgbob::git+https://github.com/ivanceras/svgbob.git#tag=0.7.2
sha1sums = SKIP
pkgname = svgbob
diff --git a/PKGBUILD b/PKGBUILD
index 161e50f0514f..9e7dd7a1c210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Light Ning <lightning1141@gmail.com>
pkgname=svgbob
-_pkgver=0.7.1
+_pkgver=0.7.2
pkgver=$(echo $_pkgver | sed -e "s/\-/\./")
pkgrel=0
pkgdesc='Convert your ascii diagram scribbles into happy little SVG'