From 0281c1c28145369f5cf8ed1539ac2953cdc33a80 Mon Sep 17 00:00:00 2001 From: aki-nyan Date: Sat, 19 Feb 2022 08:49:41 +0100 Subject: [PATCH] Bumped prjoxide Version to 20220219_318331f --- .SRCINFO | 5 ++--- PKGBUILD | 14 +++++--------- PKGBUILD.in | 12 ++++-------- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f5f1277bcf23..8896eb347828 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index bce4c2a8bc15..4b8ab20206ef 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ # Maintainer: Aki-nyan 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() { diff --git a/PKGBUILD.in b/PKGBUILD.in index d5b69779f65e..323fd32a5da9 100644 --- a/PKGBUILD.in +++ b/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() {