summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolslinux2021-03-30 18:07:27 +0000
committerpolslinux2021-03-30 18:07:27 +0000
commit758feacb5b7d9c662b9f0d2f7ad92a085c1aa2d6 (patch)
treec07d6b626ac17a45ef6983f8d69815440f1df8d3
parent198f67da6ce8b059faf391a7a18c79f8dd5557af (diff)
downloadaur-758feacb5b7d9c662b9f0d2f7ad92a085c1aa2d6.tar.gz
fix sha256
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f76cf6aad7ac..8274aa1ab8ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libbaseencode
pkgdesc = C library for encoding/decoding base32 and base64 data (RFC-4648)
pkgver = 1.0.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/paolostivanin/libbaseencode
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 815f532273ad..08d8464c2dc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stephen Gregoratto <dev@sgregoratto.me>
pkgname=libbaseencode
pkgver=1.0.11
-pkgrel=1
+pkgrel=2
pkgdesc='C library for encoding/decoding base32 and base64 data (RFC-4648)'
url="https://github.com/paolostivanin/libbaseencode"
license=('APACHE')