Added an epoch variable to the PKGBUILD so the pkgver mistake of a few commits before can be properly reverted

This commit is contained in:
Nicola Hinssen 2018-03-02 23:11:41 +01:00
parent 325f963a4f
commit 0987799444
2 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,8 @@
pkgbase = nzbget-git
pkgdesc = Download from Usenet using .nzb files
pkgver = 20.0.r2170
pkgrel = 3
pkgver = 20.0.r2159
pkgrel = 1
epoch = 1
url = https://github.com/nzbget/nzbget
install = nzbget.install
arch = x86_64

View file

@ -2,8 +2,9 @@
# Contributor: Jan Holthuis <holthuis.jan@googlemail.com>
pkgname=nzbget-git
pkgver=20.0.r2170
pkgrel=3
pkgver=20.0.r2159
pkgrel=1
epoch=1
pkgdesc="Download from Usenet using .nzb files"
arch=('x86_64')
url="https://github.com/nzbget/nzbget"
@ -15,7 +16,7 @@ optdepends=('python: run scripts'
'p7zip: unpacking archives'
'par2cmdline: verificate and repair PAR 2.0 files')
provides=('nzbget'
'nzbget-systemd')
'nzbget-systemd')
conflicts=('nzbget')
install=nzbget.install
source=("$pkgname::git+https://github.com/nzbget/nzbget.git"