summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Bøe2016-11-17 22:02:33 +0100
committerSebastian Bøe2016-11-17 22:10:51 +0100
commitdf0c219f7290877f608ff3902476a4ca35754087 (patch)
tree1805ef7a3b5155e6b43a2bab7d83da37bbb0c2c2
parent06e37cb10dd89a283c92dc1853dfae61418f5709 (diff)
downloadaur-df0c219f7290877f608ff3902476a4ca35754087.tar.gz
Changed epoch and naming scheme
This package was using pkgrel and pkgver incorrectly. pkgrel was being incremented on new upstream releases, but this is incorrect, it should only be when the package itself changes without any upstream change. Also, pkgver was not matching the versioning scheme of upstream as it should. So I have incremented epoch to ensure this is treated as an upgrade and changed the naming scheme.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a799329ef2e..2c52174ef953 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = gitextensions
pkgdesc = Graphical user interface for Git that allows you control Git without using the commandline.
- pkgver = 248
- pkgrel = 5
url = http://code.google.com/p/gitextensions/
+ pkgver = 2.48.05
+ pkgrel = 1
+ epoch = 1
arch = any
license = GPL3
depends = mono
diff --git a/PKGBUILD b/PKGBUILD
index d1c3be2de259..983a1a9e08e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Martin Minka <martin dot minka at gmail dot com>
# Author: Henk Westhuis <henk underscore westhuis at hotmail dot com>
pkgname=gitextensions
-pkgver=248
-_pkgver=2.48.05
-pkgrel=5
+epoch=1
+pkgver=2.48.05
+pkgrel=1
pkgdesc="Graphical user interface for Git that allows you control Git without using the commandline."
arch=('any')
url="http://code.google.com/p/gitextensions/"