bump version

This commit is contained in:
Arti Zirk 2019-11-05 15:08:13 +02:00
parent 0f36b0f5ad
commit 16b9ca90f7
3 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
pkgbase = rauc 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. 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 = 1.1 pkgver = 1.2
pkgrel = 1 pkgrel = 1
url = https://github.com/rauc/rauc url = https://github.com/rauc/rauc
arch = i686 arch = i686
@ -9,10 +9,10 @@ pkgbase = rauc
makedepends = python makedepends = python
depends = curl depends = curl
depends = json-glib depends = json-glib
source = https://github.com/rauc/rauc/releases/download/v1.1/rauc-1.1.tar.xz source = https://github.com/rauc/rauc/releases/download/v1.2/rauc-1.2.tar.xz
source = https://github.com/rauc/rauc/releases/download/v1.1/rauc-1.1.tar.xz.asc source = https://github.com/rauc/rauc/releases/download/v1.2/rauc-1.2.tar.xz.asc
validpgpkeys = 977843FD5C3EBF76BAD4008EA58CC53DBF05E090 validpgpkeys = 977843FD5C3EBF76BAD4008EA58CC53DBF05E090
sha256sums = e49086da3a72564806963d2309e8e2b255492fb314db61f84c9b4cebece98e3f sha256sums = 224683fc1fac50ccb89128aa786445cd8e26bb25deafd4410e0807187376e661
sha256sums = SKIP sha256sums = SKIP
pkgname = rauc pkgname = rauc

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
src src
pkg *pkg*
*.tar.xz *.tar.xz
*.tar.xz.asc *.tar.xz.asc

View File

@ -1,7 +1,7 @@
# Maintainer: Arti Zirk <arti.zirk@gmail.com> # Maintainer: Arti Zirk <arti.zirk@gmail.com>
pkgname=rauc pkgname=rauc
pkgver=1.1 pkgver=1.2
pkgrel=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." 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') arch=('i686' 'x86_64')
@ -11,7 +11,7 @@ depends=('curl' 'json-glib')
makedepends=('python') makedepends=('python')
source=(https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz 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) https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz.asc)
sha256sums=('e49086da3a72564806963d2309e8e2b255492fb314db61f84c9b4cebece98e3f' sha256sums=('224683fc1fac50ccb89128aa786445cd8e26bb25deafd4410e0807187376e661'
'SKIP') 'SKIP')
validpgpkeys=('977843FD5C3EBF76BAD4008EA58CC53DBF05E090') validpgpkeys=('977843FD5C3EBF76BAD4008EA58CC53DBF05E090')