summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-07-15 17:26:35 -0300
committerDaniel Bermond2017-07-15 17:26:35 -0300
commit2f73bab31f4e59e0125f3fa5861a68af41c7bb10 (patch)
treef35c1177a1b09d8f7cfc2dbb4089df86b4ef2f7b /PKGBUILD
parent30c1f18686355c8d72e34aa310cff04de6714131 (diff)
downloadaur-2f73bab31f4e59e0125f3fa5861a68af41c7bb10.tar.gz
Updated version
Upstream changed the version numbering scheme, leading to the need of adding an epoch number. The previous version tag was 2.0.0 and the current is 2.0b2. In terms of pacman version comparison, 2.0b2 is lesser than 2.0.0 (2.0b2 < 2.0.0). The use of an epoch number is needed to overcome this situation. References: ----------- https://wiki.archlinux.org/index.php/PKGBUILD#epoch https://www.archlinux.org/pacman/pacman.8.html#_operations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de39eb151c22..51b9c8cb4cc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@
# PKGBUILD based on extra\deluge's PKGBUILD, adapted for -git version by Berseker
pkgname=deluge-git
-pkgver=2.0.0.dev983.g0353b82c0
-pkgrel=5
+pkgver=2.0b2.dev15.ge3f537770
+pkgrel=1
+epoch=1
pkgdesc="A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)"
arch=('any')
url='http://deluge-torrent.org/'