summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-02-03 21:43:31 +0100
committerhaawda2019-02-03 21:43:31 +0100
commit2631808507eef48ccdb8085a876e8c3d6f3ef208 (patch)
tree7f14f80bc7fa8ee4be27a00f7ffebbe2e646de8e
parent4b821561faa5d8195c40a7d5631196d7ea7420d5 (diff)
downloadaur-2631808507eef48ccdb8085a876e8c3d6f3ef208.tar.gz
introduce epoch, sorry
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0aed79ba656..0af6a40970da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = emacs-org-mode-git
pkgdesc = Emacs Org Mode from git
- pkgver = 9.2.205.g465255f82
+ pkgver = 9.2.1r188.g2d88cfbc0
pkgrel = 1
+ epoch = 1
url = http://orgmode.org/
install = emacs-org-mode.install
arch = any
@@ -13,7 +14,7 @@ pkgbase = emacs-org-mode-git
depends = emacs
optdepends = java-environment: for using ditaa.jar in the contrib directory
optdepends = zsh: for using dir2org.zsh in the contrib directory
- provides = emacs-org-mode=9.2.205.g465255f82
+ provides = emacs-org-mode=9.2.1r188.g2d88cfbc0
conflicts = emacs-org-mode
source = emacs-org-mode::git+https://code.orgmode.org/bzg/org-mode.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 26a6354a9535..32aaaaa6ae73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-org-mode-git
-pkgver=9.2.205.g465255f82
+pkgver=9.2.1r188.g2d88cfbc0
pkgrel=1
+epoch=1
pkgdesc="Emacs Org Mode from git"
arch=('any')
url="http://orgmode.org/"
@@ -20,7 +21,7 @@ md5sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
- git describe --tags | sed 's+-+.+g' | cut -c9-
+ git describe --tags | sed 's+-+r+' | cut -c9- | tr - .
}
build() {