summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlack_Codec2024-04-02 08:56:24 +0200
committerBlack_Codec2024-04-02 08:56:24 +0200
commit67b23af85c6b75839adc5dc9c2ff041c420f4b03 (patch)
tree41d94a573f8da1dff29b99154a862103d3f4669d /PKGBUILD
parent317bc39beeaca1c68d48d9a2a0199376cc015823 (diff)
downloadaur-valaotp-git.tar.gz
Update make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95e2bb7b6727..f79225d6ce00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,12 @@
pkgname=valaotp-git
_pkgname=valaotp
pkgver=1
-pkgrel=3
+pkgrel=4
pkgdesc="Vala app that parse the otpauth url parameter and call oathtool for generate an otp"
arch=('any')
url="https://github.com/BlackCodec/valaotp/"
license=('GPL')
+makedepends=('vala')
depends=('oath-toolkit')
source=("https://github.com/BlackCodec/$_pkgname/archive/refs/heads/main.zip")
sha256sums=('SKIP')