summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorgenstern2023-06-20 21:54:33 +1200
committerMorgenstern2023-06-20 21:54:33 +1200
commitc6a2cc709569c8637d890f02823203b205fc5421 (patch)
tree192512f269f20f08489b5d09561c941fc4f6014c
parent299f99f64ea55d91ae08c7ff6ea626a4bf2f97ec (diff)
downloadaur-roundcubemail-plugin-twofactor-git.tar.gz
Build from master
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50a3e5dec2a9..9d1061b7a30e 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 = r206.3c76f45
+ pkgver = r210.19552fc
pkgrel = 1
url = https://github.com/alexandregz/twofactor_gauthenticator
install = roundcubemail-plugin-twofactor-git.install
@@ -9,7 +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#commit=3c76f459e83f06c965e140a1f344fdcb0f4030e2
+ source = roundcubemail-plugin-twofactor-git::git+https://github.com/alexandregz/twofactor_gauthenticator.git
sha512sums = SKIP
pkgname = roundcubemail-plugin-twofactor-git
diff --git a/PKGBUILD b/PKGBUILD
index a02382dbba74..3adfdca63b30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Philip Abernethy <chais.z3r0@gmail.com>
pkgname=roundcubemail-plugin-twofactor-git
-pkgver=r206.3c76f45
+pkgver=r210.19552fc
pkgrel=1
pkgdesc="Adds two-step verification (TOTP) to the Roundcube login process"
url="https://github.com/alexandregz/twofactor_gauthenticator"
@@ -11,8 +11,8 @@ license=('MIT')
depends=('roundcubemail>=0.9.5')
makedepends=('git')
replaces=('roundcube-twofactor-git')
-install=${pkgname}.install
-source=("${pkgname}::git+https://github.com/alexandregz/twofactor_gauthenticator.git#commit=3c76f459e83f06c965e140a1f344fdcb0f4030e2")
+install="${pkgname}.install"
+source=("${pkgname}::git+https://github.com/alexandregz/twofactor_gauthenticator.git")
sha512sums=('SKIP')
pkgver() {
@@ -30,5 +30,5 @@ package() {
find . -type f -name '*php*' -exec install -m644 {} "${_instdir}"/{} \;
find . -type f -name '*js*' -exec install -m644 {} "${_instdir}"/{} \;
find . -type f -name '*inc' -exec install -m644 {} "${_instdir}"/{} \;
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+ install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
}