summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParola Marco2020-08-18 12:15:24 +0200
committerParola Marco2020-08-18 12:15:24 +0200
commita59ddace14b3fed514ad181c71bad86a8b53dab8 (patch)
tree780e74dd7fe5e4fa52c2c6bf1e2a2f4b6ee7c701
parentbeb7de4d86b50e874a411035937fe3cde7bcae70 (diff)
downloadaur-a59ddace14b3fed514ad181c71bad86a8b53dab8.tar.gz
Version 1.2
- Fixed first output (sometimes) being directed to stderr - Added support for the "0o" prefix for octal representations
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcd1fd61bbf7..7933908abd08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ndd-git
pkgdesc = A simple command-line number representation converter
- pkgver = 1.1
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/Sonotsugipaa/ndd
arch = any
@@ -9,8 +9,7 @@ pkgbase = ndd-git
makedepends = gcc
makedepends = cmake
makedepends = sudo
- source = https://github.com/Sonotsugipaa/ndd/archive/v1.1.tar.gz#43710bf
- md5sums = 1a361b4b4a8f26468708788a6b312953
+ source = https://github.com/Sonotsugipaa/ndd/archive/v1.2.tar.gz#beb7de4
+ md5sums = 542c99eceb3ef67a1b2f32ccfb9363a0
pkgname = ndd-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bd893a5a34b2..c3d2fe8dd700 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,17 +20,17 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
-# Maintainer: Your Name <sonotsugipaa@gmail.com>
+# Maintainer: Parola Marco <mark.prl.97@gmail.com>
pkgname=ndd-git
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="A simple command-line number representation converter"
arch=('any')
url="https://github.com/Sonotsugipaa/ndd"
license=('custom:MIT')
makedepends=('git' 'gcc' 'cmake' 'sudo')
-source=('https://github.com/Sonotsugipaa/ndd/archive/v1.1.tar.gz#43710bf')
-md5sums=('1a361b4b4a8f26468708788a6b312953')
+source=('https://github.com/Sonotsugipaa/ndd/archive/v1.2.tar.gz#beb7de4')
+md5sums=('542c99eceb3ef67a1b2f32ccfb9363a0')
build() {
echo "CD IN '$srcdir/${pkgname%-git}'" 1>&2