summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Stivanin2017-06-03 11:09:40 +0200
committerPaolo Stivanin2017-06-03 11:09:40 +0200
commitfb6b20e29ebd5d2f6d52b21858bafb8a4cfee06b (patch)
treeebd0cee506514c5e7a0716e649ed88d0e4bfb5b8
parentf66276992ec24dae42661ec1ce4f0c6ab20d2067 (diff)
downloadaur-fb6b20e29ebd5d2f6d52b21858bafb8a4cfee06b.tar.gz
v1.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4ec461951b..0185744c93c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = libbaseencode
pkgdesc = Library written in C for encoding and decoding data using base32 or base64 (RFC-4648)
- pkgver = 1.0.2
- pkgrel = 2
+ pkgver = 1.0.3
+ pkgrel = 1
url = https://github.com/paolostivanin/libbaseencode
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
options = !strip
- source = https://github.com/paolostivanin/libbaseencode/archive/v1.0.2.tar.gz
- sha256sums = b21d933e8eb863e0b2555310e0d822b9d4c059fb09b085779877e53db931ea03
+ source = https://github.com/paolostivanin/libbaseencode/archive/v1.0.3.tar.gz
+ sha256sums = 8e3ac719c76a4f5aa2e1e93b194a596bf14370ad1ae2865b7c2972b60c7a53cf
pkgname = libbaseencode
diff --git a/PKGBUILD b/PKGBUILD
index 475b38c9aa4e..6ade85090650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Paolo Stivanin <info [at] paolostivanin [DOT] com>
pkgname=libbaseencode
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.3
+pkgrel=1
pkgdesc='Library written in C for encoding and decoding data using base32 or base64 (RFC-4648)'
arch=('i686' 'x86_64')
makedepends=('cmake')
@@ -12,7 +12,7 @@ license=('GPL3')
source=("https://github.com/paolostivanin/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=("b21d933e8eb863e0b2555310e0d822b9d4c059fb09b085779877e53db931ea03")
+sha256sums=("8e3ac719c76a4f5aa2e1e93b194a596bf14370ad1ae2865b7c2972b60c7a53cf")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"