summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlack_Codec2024-04-02 08:56:24 +0200
committerBlack_Codec2024-04-02 08:56:24 +0200
commit67b23af85c6b75839adc5dc9c2ff041c420f4b03 (patch)
tree41d94a573f8da1dff29b99154a862103d3f4669d
parent317bc39beeaca1c68d48d9a2a0199376cc015823 (diff)
downloadaur-67b23af85c6b75839adc5dc9c2ff041c420f4b03.tar.gz
Update make depends
-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')