mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Update to 0.9
This commit is contained in:
parent
ad29d42a37
commit
23db458978
2 changed files with 7 additions and 4 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = cfrds
|
||||
pkgdesc = Client side ColdFusion RDS protocol.
|
||||
pkgver = 0.8.0
|
||||
pkgver = 0.9
|
||||
pkgrel = 1
|
||||
url = https://github.com/bokic/cfrds
|
||||
arch = x86_64
|
||||
|
|
@ -13,5 +13,8 @@ pkgbase = cfrds
|
|||
makedepends = ninja
|
||||
makedepends = gcc
|
||||
depends = glibc
|
||||
depends = pcre2
|
||||
source = cfrds-0.9.tar.gz::https://github.com/bokic/cfrds/archive/refs/tags/0.9.tar.gz
|
||||
sha512sums = 130d29a93493344da920020eb0ed0195a342c15498f137e8017df3652fe04ad7183c994cd307f076080ea4db520d65881af5f74bab1391794c1024996ec2c0c5
|
||||
|
||||
pkgname = cfrds
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,20 +1,20 @@
|
|||
# Maintainer: Boris Barbulovski <bbarbulovski@gmail.com>
|
||||
pkgname='cfrds'
|
||||
pkgver='0.8'
|
||||
pkgver='0.9'
|
||||
pkgrel=1
|
||||
pkgdesc='Client side ColdFusion RDS protocol.'
|
||||
arch=('x86_64' 'i686' 'pentium4' 'armv7h' 'aarch64')
|
||||
url='https://github.com/bokic/cfrds'
|
||||
license=('MIT')
|
||||
makedepends=('cmake' 'ninja' 'gcc')
|
||||
depends=('glibc')
|
||||
depends=('glibc' 'pcre2')
|
||||
|
||||
source=(
|
||||
"${pkgname}-${pkgver}.tar.gz::https://github.com/bokic/$pkgname/archive/refs/tags/${pkgver}.tar.gz"
|
||||
)
|
||||
|
||||
sha512sums=(
|
||||
'0480af5ebd48732eadcd1215392702cbba6257af0182b287e6ff2392c1dcd13255f7cd44d653ada0949505c7fe59f95136253bc219c2ca901740821175cdbaee'
|
||||
'130d29a93493344da920020eb0ed0195a342c15498f137e8017df3652fe04ad7183c994cd307f076080ea4db520d65881af5f74bab1391794c1024996ec2c0c5'
|
||||
)
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue