Removed unnecessary dependency on glibc

This commit is contained in:
Daniel Jenssen 2022-08-13 15:36:32 +02:00
parent e521f3927a
commit 8ed09d187d
No known key found for this signature in database
GPG key ID: DC6AADB8CF6A63BA
2 changed files with 3 additions and 4 deletions

View file

@ -1,11 +1,10 @@
pkgbase = sh2_mp_ai_enabler
pkgdesc = Stronghold 2 Multiplayer AI Enabler
pkgver = 0.3
pkgrel = 1
pkgrel = 2
url = https://gitlab.com/Daerandin/sh2_mp_ai_enabler
arch = x86_64
license = GPL3
depends = glibc
options = strip
source = https://gitlab.com/Daerandin/sh2_mp_ai_enabler/-/archive/0.3/sh2_mp_ai_enabler-0.3.tar.gz
validpgpkeys = 40EB5B887AF9E9AB68C06179CCDE95DE8A5C8CC6

View file

@ -1,12 +1,12 @@
# Maintainer: Daniel Jenssen <daerandin@gmail.com>
pkgname=sh2_mp_ai_enabler
pkgver=0.3
pkgrel=1
pkgrel=2
pkgdesc="Stronghold 2 Multiplayer AI Enabler"
arch=('x86_64')
url="https://gitlab.com/Daerandin/sh2_mp_ai_enabler"
license=('GPL3')
depends=('glibc')
depends=()
optdepends=()
options=('strip')
source=(https://gitlab.com/Daerandin/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)