diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-03-22 07:05:05 +0000 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-03-22 07:05:05 +0000 |
commit | e3dfd1ade3bb331d5e41ee2c2a54b88412c4589f (patch) | |
tree | 0151d4a32404f0c31f7e98d8eeffb23673d634c5 | |
parent | 61c536f6002f57f63555f5b5954f2f268f57f6bb (diff) |
update the pkgrel to let it build with new changes
-rw-r--r-- | any/pass-otp-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/any/pass-otp-git/PKGBUILD b/any/pass-otp-git/PKGBUILD index 63d5657..3d6829b 100644 --- a/any/pass-otp-git/PKGBUILD +++ b/any/pass-otp-git/PKGBUILD @@ -3,8 +3,8 @@ pkgname='pass-otp-git' _pkgname=pass-otp -pkgver=r136.0447ae4 -pkgrel=3 +pkgver=r135.a364d2a +pkgrel=2 pkgdesc='A pass extension for managing one-time-password (OTP) tokens.' arch=('any') url='https://github.com/tadfisher/pass-otp' |