generated from archlinux/template
bump version, fix deps
This commit is contained in:
parent
7e64ec6d13
commit
ccf1595a54
12
PKGBUILD
12
PKGBUILD
@ -1,22 +1,22 @@
|
||||
# Maintainer: Alexander Nicholi <me@nicholatian.com>
|
||||
pkgname=grit
|
||||
pkgver=0.8.16
|
||||
pkgver=0.8.17
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc='Game Raster Image Transmogrifier'
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://github.com/devkitPro/$pkgname"
|
||||
license=('GPL-2.0')
|
||||
depends=()
|
||||
makedepends=('git')
|
||||
depends=('freeimage')
|
||||
makedepends=()
|
||||
provides=("$pkgname")
|
||||
conflicts=("$pkgname")
|
||||
source=("https://github.com/devkitPro/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
|
||||
sha1sums=('f099d711e8e8d61e90078050099e61a9f691d046')
|
||||
source=("https://github.com/devkitPro/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('fa0da0f8dca64b7fa296b704eccc512ec84458b6b00935ce5d240951f041f534')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
./autogen.sh
|
||||
./configure
|
||||
make -j$(($(nproc) * 2))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user