fix: upgrade to version 0.5.0

This commit is contained in:
Markus Pesch 2020-03-12 18:20:43 +01:00
parent 12dc4832cc
commit 620a8dce86
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
pkgbase = rpm-builder
pkgdesc = Build rpms without a spec file. Pure Rust. No dependencies to librpm
pkgver = 0.4.2
pkgver = 0.5.0
pkgrel = 1
url = https://github.com/Richterrettich/rpm-builder
arch = x86_64
license = Apache 2.0
makedepends = rust
source = https://codeload.github.com/Richterrettich/rpm-builder/tar.gz/0.4.2
source = https://codeload.github.com/Richterrettich/rpm-builder/tar.gz/0.5.0
sha256sums = SKIP
pkgname = rpm-builder

View File

@ -1,7 +1,7 @@
# Maintainer: Markus Pesch <markus.pesch@cryptic.systems>
pkgname=rpm-builder
pkgver=0.4.2
pkgver=0.5.0
pkgrel=1
pkgdesc='Build rpms without a spec file. Pure Rust. No dependencies to librpm'
arch=('x86_64')