update aur depends

This commit is contained in:
Tyler Murphy 2022-11-09 17:04:28 -05:00
parent 5ea42e3463
commit 3c1fd3acfe
2 changed files with 7 additions and 3 deletions

View file

@ -1,12 +1,15 @@
pkgbase = crab pkgbase = crab
pkgdesc = A rusty permission authentication system pkgdesc = A rusty permission authentication system
pkgver = 0.0.5 pkgver = 0.0.5
pkgrel = 1 pkgrel = 2
url = https://g.tylerm.dev/tylermurphy534/crab.git url = https://g.tylerm.dev/tylermurphy534/crab.git
arch = x86_64 arch = x86_64
arch = i686 arch = i686
license = GPL3 license = GPL3
makedepends = git
makedepends = cargo makedepends = cargo
depends = glibc
depends = pam
source = git+https://g.tylerm.dev/tylermurphy534/crab.git source = git+https://g.tylerm.dev/tylermurphy534/crab.git
md5sums = SKIP md5sums = SKIP

View file

@ -1,12 +1,13 @@
# Maintainer: Tyler Murphy <tylermurphy534@gmail.com> # Maintainer: Tyler Murphy <tylermurphy534@gmail.com>
pkgname=crab pkgname=crab
pkgver=0.0.5 pkgver=0.0.5
pkgrel=1 pkgrel=2
pkgdesc="A rusty permission authentication system" pkgdesc="A rusty permission authentication system"
arch=('x86_64' 'i686') arch=('x86_64' 'i686')
url="https://g.tylerm.dev/tylermurphy534/crab.git" url="https://g.tylerm.dev/tylermurphy534/crab.git"
license=('GPL3') license=('GPL3')
makedepends=('cargo') makedepends=('git' 'cargo')
depends=('glibc' 'pam')
source=("git+$url") source=("git+$url")
md5sums=('SKIP') md5sums=('SKIP')