summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-07-15 17:26:35 -0300
committerDaniel Bermond2017-07-15 17:26:35 -0300
commit2f73bab31f4e59e0125f3fa5861a68af41c7bb10 (patch)
treef35c1177a1b09d8f7cfc2dbb4089df86b4ef2f7b
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
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dcf366d883b..1f011d1a023e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Jul 15 20:24:39 UTC 2017
+# Sat Jul 15 20:26:31 UTC 2017
pkgbase = deluge-git
pkgdesc = A BitTorrent client with multiple user interfaces in a client/server model (git version, 'develop' branch)
- pkgver = 2.0.0.dev983.g0353b82c0
- pkgrel = 5
+ pkgver = 2.0b2.dev15.ge3f537770
+ pkgrel = 1
+ epoch = 1
url = http://deluge-torrent.org/
install = deluge.install
arch = any
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/'