mirror of
https://github.com/archlinux/aur.git
synced 2026-02-21 21:39:41 +01:00
Bumped prjoxide Version to 20220219_318331f
This commit is contained in:
parent
9659607b90
commit
0281c1c281
3 changed files with 11 additions and 20 deletions
5
.SRCINFO
5
.SRCINFO
|
|
@ -1,15 +1,14 @@
|
|||
pkgbase = prjoxide-nightly
|
||||
pkgdesc = Documenting Lattice's 28nm FPGA parts
|
||||
pkgver = 318331f_20211125
|
||||
pkgver = 20220219_318331f
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/gatecat/prjoxide
|
||||
arch = any
|
||||
arch = x86_64
|
||||
license = custom:ISC
|
||||
makedepends = git
|
||||
makedepends = cargo
|
||||
conflicts = prjoxide-git
|
||||
replaces = prjoxide-git
|
||||
options = !strip
|
||||
source = prjoxide::git+https://github.com/gatecat/prjoxide.git#commit=318331f
|
||||
source = prjoxide-db::git+https://github.com/gatecat/prjoxide-db.git#commit=48cb553
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -1,11 +1,11 @@
|
|||
# Maintainer: Aki-nyan <aur@catgirl.link>
|
||||
|
||||
pkgname=prjoxide-nightly
|
||||
pkgver=318331f_20211125
|
||||
pkgver=20220219_318331f
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Documenting Lattice's 28nm FPGA parts"
|
||||
arch=("any")
|
||||
arch=("x86_64")
|
||||
url="https://github.com/gatecat/prjoxide"
|
||||
license=("custom:ISC")
|
||||
groups=()
|
||||
|
|
@ -16,12 +16,10 @@ makedepends=("git" "cargo")
|
|||
conflicts=(
|
||||
"prjoxide-git"
|
||||
)
|
||||
replaces=(
|
||||
"prjoxide-git"
|
||||
)
|
||||
replaces=()
|
||||
source=(
|
||||
"prjoxide::git+https://github.com/gatecat/prjoxide.git"#commit=318331f
|
||||
"prjoxide-db::git+https://github.com/gatecat/prjoxide-db.git"#commit=48cb553
|
||||
"prjoxide::git+https://github.com/gatecat/prjoxide.git#commit=318331f"
|
||||
"prjoxide-db::git+https://github.com/gatecat/prjoxide-db.git#commit=48cb553"
|
||||
)
|
||||
sha256sums=(
|
||||
"SKIP"
|
||||
|
|
@ -35,13 +33,11 @@ prepare() {
|
|||
git submodule init
|
||||
git config submodule.database.url "$srcdir/prjoxide-db"
|
||||
git submodule update
|
||||
cd ..
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/prjoxide/libprjoxide"
|
||||
cargo build --release
|
||||
cd ..
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
12
PKGBUILD.in
12
PKGBUILD.in
|
|
@ -5,7 +5,7 @@ pkgver=@OXIDE_VER@
|
|||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="Documenting Lattice's 28nm FPGA parts"
|
||||
arch=("any")
|
||||
arch=("x86_64")
|
||||
url="https://github.com/gatecat/prjoxide"
|
||||
license=("custom:ISC")
|
||||
groups=()
|
||||
|
|
@ -16,12 +16,10 @@ makedepends=("git" "cargo")
|
|||
conflicts=(
|
||||
"prjoxide-git"
|
||||
)
|
||||
replaces=(
|
||||
"prjoxide-git"
|
||||
)
|
||||
replaces=()
|
||||
source=(
|
||||
"prjoxide::git+https://github.com/gatecat/prjoxide.git"#commit=@OXIDE_HASH@
|
||||
"prjoxide-db::git+https://github.com/gatecat/prjoxide-db.git"#commit=@DB_HASH@
|
||||
"prjoxide::git+https://github.com/gatecat/prjoxide.git#commit=@OXIDE_HASH@"
|
||||
"prjoxide-db::git+https://github.com/gatecat/prjoxide-db.git#commit=@DB_HASH@"
|
||||
)
|
||||
sha256sums=(
|
||||
"SKIP"
|
||||
|
|
@ -35,13 +33,11 @@ prepare() {
|
|||
git submodule init
|
||||
git config submodule.database.url "$srcdir/prjoxide-db"
|
||||
git submodule update
|
||||
cd ..
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/prjoxide/libprjoxide"
|
||||
cargo build --release
|
||||
cd ..
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue