update aur depends
This commit is contained in:
parent
5ea42e3463
commit
3c1fd3acfe
2 changed files with 7 additions and 3 deletions
|
@ -1,12 +1,15 @@
|
|||
pkgbase = crab
|
||||
pkgdesc = A rusty permission authentication system
|
||||
pkgver = 0.0.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://g.tylerm.dev/tylermurphy534/crab.git
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = GPL3
|
||||
makedepends = git
|
||||
makedepends = cargo
|
||||
depends = glibc
|
||||
depends = pam
|
||||
source = git+https://g.tylerm.dev/tylermurphy534/crab.git
|
||||
md5sums = SKIP
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Maintainer: Tyler Murphy <tylermurphy534@gmail.com>
|
||||
pkgname=crab
|
||||
pkgver=0.0.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A rusty permission authentication system"
|
||||
arch=('x86_64' 'i686')
|
||||
url="https://g.tylerm.dev/tylermurphy534/crab.git"
|
||||
license=('GPL3')
|
||||
makedepends=('cargo')
|
||||
makedepends=('git' 'cargo')
|
||||
depends=('glibc' 'pam')
|
||||
source=("git+$url")
|
||||
md5sums=('SKIP')
|
||||
|
||||
|
|
Loading…
Reference in a new issue