From 09877994441e661dfafcfa545ee5478eda0d6eeb Mon Sep 17 00:00:00 2001 From: Nicola Hinssen Date: Fri, 2 Mar 2018 23:11:41 +0100 Subject: [PATCH] Added an epoch variable to the PKGBUILD so the pkgver mistake of a few commits before can be properly reverted --- .SRCINFO | 5 +++-- PKGBUILD | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a2c00ef0f7d7..1f43a5681225 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 134a1af4b766..f4a64033620c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,9 @@ # Contributor: Jan Holthuis 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"