summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2023-06-16 00:34:47 +1200
committerMorgenstern2023-06-16 00:34:47 +1200
commit299f99f64ea55d91ae08c7ff6ea626a4bf2f97ec (patch)
tree67d245a9e5969d8d2e6594fcc1b4534a243cdc5f
parent99c71298179bd2574ca7d833b978e9e133de138f (diff)
downloadaur-299f99f64ea55d91ae08c7ff6ea626a4bf2f97ec.tar.gz
Build from commit 3c76f45 due to https://github.com/alexandregz/twofactor_gauthenticator/issues/178
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae3a26a7d89..50a3e5dec2a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = roundcubemail-plugin-twofactor-git
pkgdesc = Adds two-step verification (TOTP) to the Roundcube login process
- pkgver = r193.fbeca4c
+ pkgver = r206.3c76f45
pkgrel = 1
url = https://github.com/alexandregz/twofactor_gauthenticator
install = roundcubemail-plugin-twofactor-git.install
@@ -9,8 +9,7 @@ pkgbase = roundcubemail-plugin-twofactor-git
makedepends = git
depends = roundcubemail>=0.9.5
replaces = roundcube-twofactor-git
- source = roundcubemail-plugin-twofactor-git::git+https://github.com/alexandregz/twofactor_gauthenticator.git
+ source = roundcubemail-plugin-twofactor-git::git+https://github.com/alexandregz/twofactor_gauthenticator.git#commit=3c76f459e83f06c965e140a1f344fdcb0f4030e2
sha512sums = SKIP
pkgname = roundcubemail-plugin-twofactor-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0edcad8adf24..a02382dbba74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Abernethy <chais.z3r0@gmail.com>
pkgname=roundcubemail-plugin-twofactor-git
-pkgver=r193.fbeca4c
+pkgver=r206.3c76f45
pkgrel=1
pkgdesc="Adds two-step verification (TOTP) to the Roundcube login process"
url="https://github.com/alexandregz/twofactor_gauthenticator"
@@ -12,7 +12,7 @@ depends=('roundcubemail>=0.9.5')
makedepends=('git')
replaces=('roundcube-twofactor-git')
install=${pkgname}.install
-source=("${pkgname}::git+https://github.com/alexandregz/twofactor_gauthenticator.git")
+source=("${pkgname}::git+https://github.com/alexandregz/twofactor_gauthenticator.git#commit=3c76f459e83f06c965e140a1f344fdcb0f4030e2")
sha512sums=('SKIP')
pkgver() {