fix: upgrade to version 0.4.2
This commit is contained in:
parent
e68bc4e927
commit
12dc4832cc
4
.SRCINFO
4
.SRCINFO
@ -1,12 +1,12 @@
|
|||||||
pkgbase = rpm-builder
|
pkgbase = rpm-builder
|
||||||
pkgdesc = Build rpms without a spec file. Pure Rust. No dependencies to librpm
|
pkgdesc = Build rpms without a spec file. Pure Rust. No dependencies to librpm
|
||||||
pkgver = 0.4.1
|
pkgver = 0.4.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/Richterrettich/rpm-builder
|
url = https://github.com/Richterrettich/rpm-builder
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = Apache 2.0
|
license = Apache 2.0
|
||||||
makedepends = rust
|
makedepends = rust
|
||||||
source = https://codeload.github.com/Richterrettich/rpm-builder/tar.gz/0.4.1
|
source = https://codeload.github.com/Richterrettich/rpm-builder/tar.gz/0.4.2
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = rpm-builder
|
pkgname = rpm-builder
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
|
||||||
|
|
||||||
pkgname=rpm-builder
|
pkgname=rpm-builder
|
||||||
pkgver=0.4.1
|
pkgver=0.4.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Build rpms without a spec file. Pure Rust. No dependencies to librpm'
|
pkgdesc='Build rpms without a spec file. Pure Rust. No dependencies to librpm'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -16,7 +16,7 @@ build() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -D --mode=0644 "${srcdir}/${pkgname}-${pkgver}/target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
install -D --mode=0755 "${srcdir}/${pkgname}-${pkgver}/target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
|
||||||
install -D --mode=0755 "${srcdir}/${pkgname}-${pkgver}/target/${pkgname}.bash" "${pkgdir}/etc/bash_completion.d/${pkgname}.sh"
|
install -D --mode=0755 "${srcdir}/${pkgname}-${pkgver}/target/${pkgname}.bash" "${pkgdir}/etc/bash_completion.d/${pkgname}.sh"
|
||||||
install -D --mode=0644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
install -D --mode=0644 "${srcdir}/${pkgname}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user