summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordreieck2023-03-30 23:43:15 +0200
committerdreieck2023-03-30 23:43:15 +0200
commit7a729f50d34e501b384b102669ba2cc9cc56e532 (patch)
treea034e1bd414482fae9706128a544376b9befac50
parentdc39c4214477ab7a6953cf6bced266fb81cb9b86 (diff)
downloadaur-7a729f50d34e501b384b102669ba2cc9cc56e532.tar.gz
Added missing 'glibc' dependency (), and added to the -entry.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dbfe3cf248f..783b1f405ef8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authsae-git
pkgdesc = Authsae provides secure password-based authentication for 802.11s mesh networking.
pkgver = 1.3.1+r440.20190806.73f31dd
- pkgrel = 1
+ pkgrel = 2
epoch = 5
url = https://github.com/cozybit/authsae
arch = x86
@@ -9,9 +9,10 @@ pkgbase = authsae-git
license = BSD
makedepends = git
makedepends = cmake
+ depends = glibc
depends = openssl
depends = libconfig
- provides = authsae
+ provides = authsae=1.3.1+r440.20190806.73f31dd
conflicts = authsae
source = authsae::git+https://github.com/cozybit/authsae.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2e984f1e835c..dde453a08f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
-# Maintainer: dreieck
-# Contributor: BrainDamage
+# Maintainer: dreieck (https://aur.archlinux.org/account/dreieck)
+# Contributor: BrainDamage (https://aur.archlinux.org/account/BrainDamage)
_pkgname="authsae"
pkgname="${_pkgname}-git"
-pkgrel=1
+pkgrel=2
pkgver=1.3.1+r440.20190806.73f31dd
epoch=5
pkgdesc="Authsae provides secure password-based authentication for 802.11s mesh networking."
arch=('x86' 'x86_64')
url="https://github.com/cozybit/${_pkgname}"
license=("BSD")
-depends=("openssl" "libconfig")
+depends=("glibc" "openssl" "libconfig")
makedepends=("git" "cmake")
-provides=("authsae")
+provides=("authsae=${pkgver}")
conflicts=("authsae")
md5sums=("SKIP")
source=("${_pkgname}::git+https://github.com/cozybit/authsae.git")