diff options
author | killab33z | 2024-08-05 08:03:05 -0400 |
---|---|---|
committer | killab33z | 2024-08-05 08:03:05 -0400 |
commit | 8b78a2cec9ece6b375ff4c261698acfc48665d1f (patch) | |
tree | 041bff6ba72919b85fc6070304e0a480130d4e37 /PKGBUILD | |
parent | 0716226a84f06278b077ee071fb8d37133dd2cae (diff) | |
download | aur-403jump-git.tar.gz |
403jump-git: corrected pkgver and pkgrel variables
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ # Maintainer: killab33z <killab33z @ protonmail-dot-com> pkgname=403jump-git _pkgname="${pkgname%-git}" -pkgver=0.1.0.772eba8f8b -pkgrel=3 +pkgver=r23.772eba8 +pkgrel=1 pkgdesc="Tool designed to bypass HTTP 403 (Forbidden) pages using various techniques." arch=("any") url="https://github.com/trap-bytes/403jump" |