Version bump

This commit is contained in:
Arti Zirk 2017-06-28 15:26:01 +03:00
parent 8f3cf15eee
commit e110d02598
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = rauc
pkgdesc = RAUC controls the update process on embedded linux systems. It is both a target application that runs as an update client and a host/target tool that allows you to create, inspect and modify installation artifacts.
pkgver = 0.1
pkgver = 0.1.1
pkgrel = 1
url = https://github.com/rauc/rauc
arch = i686
@ -9,8 +9,8 @@ pkgbase = rauc
makedepends = python
depends = curl
depends = json-glib
source = https://github.com/rauc/rauc/releases/download/v0.1/rauc-0.1.tar.xz
md5sums = 33c6f45b71f9b9c082fa852c3d5915d9
source = https://github.com/rauc/rauc/releases/download/v0.1.1/rauc-0.1.1.tar.xz
sha256sums = d2901d493f1d3210aef6411e83b02edac3a678d6d825d71a1c61b5b6afc7e478
pkgname = rauc

View File

@ -1,7 +1,7 @@
# Maintainer: Arti Zirk <arti.zirk@gmail.com>
pkgname=rauc
pkgver=0.1
pkgver=0.1.1
pkgrel=1
pkgdesc="RAUC controls the update process on embedded linux systems. It is both a target application that runs as an update client and a host/target tool that allows you to create, inspect and modify installation artifacts."
arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ depends=('curl' 'json-glib')
makedepends=('python')
source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz)
# https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz.asc)
md5sums=('33c6f45b71f9b9c082fa852c3d5915d9')
sha256sums=('d2901d493f1d3210aef6411e83b02edac3a678d6d825d71a1c61b5b6afc7e478')
# 'SKIP')
build() {