summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaolo Stivanin2018-05-13 21:53:23 +0200
committerPaolo Stivanin2018-05-13 21:53:23 +0200
commitabba62b848b7e8483ade51a08eb27b47c1a46f7a (patch)
tree44581b98c8c278e993d3d532df7acad902476935
parentd50e9b922469577bb94400ab849e52fdf4af1365 (diff)
downloadaur-abba62b848b7e8483ade51a08eb27b47c1a46f7a.tar.gz
fix lib dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8133df32d713..4aaa5333561a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libcotp
pkgdesc = C library that generates TOTP and HOTP
pkgver = 1.0.12
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/paolostivanin/libcotp
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 490ad3aedc50..88d968dfaa84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libcotp
pkgver=1.0.12
-pkgrel=2
+pkgrel=3
pkgdesc='C library that generates TOTP and HOTP'
arch=('i686' 'x86_64')
depends=('libbaseencode')