Version bump

New versioning scheme that is more suitable for this package
This commit is contained in:
Manuel Hüsers 2016-08-12 16:05:02 +02:00
parent 2b862057bf
commit 4195cd16cb
2 changed files with 8 additions and 6 deletions

View file

@ -1,8 +1,10 @@
# Generated by mksrcinfo v8
# Fri Aug 12 14:05:02 UTC 2016
pkgbase = rc-local pkgbase = rc-local
pkgdesc = Support for legacy rc.local scripts pkgdesc = Support for legacy rc.local scripts
pkgver = 1.1 pkgver = 2
pkgrel = 2 pkgrel = 1
url = https://aur.archlinux.org/packages/rc-local url = https://aur.archlinux.org/packages/rc-local/
install = rc-local.install install = rc-local.install
arch = any arch = any
license = LGPL2.1 license = LGPL2.1

View file

@ -3,10 +3,10 @@
# Contributor: $pooky Hunter <spookyh+arch@gmail.org> # Contributor: $pooky Hunter <spookyh+arch@gmail.org>
pkgname=rc-local pkgname=rc-local
pkgver=1.1 pkgver=2
pkgrel=2 pkgrel=1
pkgdesc='Support for legacy rc.local scripts' pkgdesc='Support for legacy rc.local scripts'
url="https://aur.archlinux.org/packages/${pkgname}" url="https://aur.archlinux.org/packages/${pkgname}/"
arch=('any') arch=('any')
license=('LGPL2.1') license=('LGPL2.1')
install="${pkgname}.install" install="${pkgname}.install"