diff options
| author | Shulhan <ms@kilabit.info> | 2024-02-08 22:13:19 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-02-08 22:13:19 +0700 |
| commit | 76fe42757f82837466e82327d4af277f6a82eeff (patch) | |
| tree | 74d7166e7a7e881608bf3196212ec5b420e0b36d | |
| parent | da6a5594b5ba5e40700bfed6764d8b66d704b7a0 (diff) | |
| download | gotp-76fe42757f82837466e82327d4af277f6a82eeff.tar.xz | |
_AUR: use branch dev when testing build on local
| -rw-r--r-- | _AUR/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_AUR/PKGBUILD b/_AUR/PKGBUILD index 06fa47e..86afab5 100644 --- a/_AUR/PKGBUILD +++ b/_AUR/PKGBUILD @@ -3,7 +3,7 @@ ## SPDX-License-Identifier: GPL-3.0-or-later pkgname=gotp-git -pkgver=0.2.2.r3.gaab7eb0 +pkgver=0.4.0.r7.gf5788bd pkgrel=1 pkgdesc="A command line interface to manage and generate Time-based One Time Password (TOTP)" @@ -19,7 +19,7 @@ makedepends=( provides=('awwan') source=("$pkgname::git+https://git.sr.ht/~shulhan/gotp") -#source=("$pkgname::git+file:///home/ms/go/src/git.sr.ht/~shulhan/gotp") +#source=("$pkgname::git+file:///home/ms/go/src/git.sr.ht/~shulhan/gotp#branch=dev") md5sums=( 'SKIP' |
