summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatoro2021-02-24 17:31:38 -0700
committermatoro2021-02-24 17:31:38 -0700
commitd720f292cc4ce15c0241d0d5858646b5d3fe229a (patch)
tree8499535ec9b38a527d50d7031fe0711bacfa0a7d
parent5d48094b25f16afeff4977a8f331381934d99cf8 (diff)
downloadaur-d720f292cc4ce15c0241d0d5858646b5d3fe229a.tar.gz
Fix v3.0.4
Thanks to @StephenBrown2 for comment
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d43d7f0b49..8990018bb5dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nodejs-resume-cli
pkgdesc = The command line tool for JSON Resume
pkgver = 3.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jsonresume/resume-cli
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6dfd91ae65ce..38b86e0ab750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=nodejs-resume-cli
pkgver=3.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="The command line tool for JSON Resume"
arch=(any)
url="https://github.com/jsonresume/resume-cli"