mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
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:
parent
325f963a4f
commit
0987799444
2 changed files with 7 additions and 5 deletions
5
.SRCINFO
5
.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
|
||||
|
|
|
|||
7
PKGBUILD
7
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue