Bumped prjoxide Version to 20221023_ea89720

This commit is contained in:
aki-nyan 2022-10-23 02:00:13 +02:00
parent e1de156fd9
commit 272173e239
3 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = prjoxide-nightly
pkgdesc = Documenting Lattice's 28nm FPGA parts
pkgver = 20221022_ea89720
pkgver = 20221023_ea89720
pkgrel = 1
epoch = 1
url = https://github.com/gatecat/prjoxide

View file

@ -1,7 +1,7 @@
# Maintainer: Aki-nyan <aur@catgirl.link>
pkgname=prjoxide-nightly
pkgver=20221022_ea89720
pkgver=20221023_ea89720
pkgrel=1
epoch=1
pkgdesc="Documenting Lattice's 28nm FPGA parts"
@ -32,7 +32,7 @@ prepare() {
cd "${srcdir}/prjoxide"
git submodule init
git config submodule.database.url "$srcdir/prjoxide-db"
git submodule update
git -c protocol.file.allow=always submodule update
}
build() {

View file

@ -32,7 +32,7 @@ prepare() {
cd "${srcdir}/prjoxide"
git submodule init
git config submodule.database.url "$srcdir/prjoxide-db"
git submodule update
git -c protocol.file.allow=always submodule update
}
build() {