summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28e7d2b4d7ad..02ca9d484019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = valaotp-git
pkgdesc = Vala app that parse the otpauth url parameter and call oathtool for generate an otp
pkgver = 1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/BlackCodec/valaotp/
arch = any
license = GPL
+ makedepends = vala
depends = oath-toolkit
source = https://github.com/BlackCodec/valaotp/archive/refs/heads/main.zip
sha256sums = SKIP
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')