summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-10-06 17:16:33 +0200
committerhaawda2018-10-06 17:16:33 +0200
commit9f1f13e893120f49122142d1e0d5b86aa20d71c3 (patch)
treee5af112efff574b81506b75f6a10e11b6c21cd9a
parentf254842a0cefd53e674dac8e91fb4682458061b5 (diff)
downloadaur-9f1f13e893120f49122142d1e0d5b86aa20d71c3.tar.gz
switch to branch 'next'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1492f2a6fd67..21034004becf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-org-mode-git
pkgdesc = Emacs Org Mode from git
- pkgver = 9.1.14.911.g98755f629
+ pkgver = 9.1.14.1000.g100541b53
pkgrel = 1
url = http://orgmode.org/
install = emacs-org-mode.install
@@ -13,9 +13,9 @@ 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.1.14.911.g98755f629
+ provides = emacs-org-mode=9.1.14.1000.g100541b53
conflicts = emacs-org-mode
- source = emacs-org-mode::git+https://code.orgmode.org/bzg/org-mode.git
+ source = emacs-org-mode::git+https://code.orgmode.org/bzg/org-mode.git#branch=next
md5sums = SKIP
pkgname = emacs-org-mode-git
diff --git a/PKGBUILD b/PKGBUILD
index b8865a6c0557..4a6509c99164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=emacs-org-mode-git
-pkgver=9.1.14.911.g98755f629
+pkgver=9.1.14.1000.g100541b53
pkgrel=1
pkgdesc="Emacs Org Mode from git"
arch=('any')
@@ -15,7 +15,7 @@ license=('GPL')
provides=("emacs-org-mode=$pkgver")
conflicts=('emacs-org-mode')
install=emacs-org-mode.install
-source=(emacs-org-mode::git+https://code.orgmode.org/bzg/org-mode.git)
+source=(emacs-org-mode::git+https://code.orgmode.org/bzg/org-mode.git#branch=next)
md5sums=('SKIP')
pkgver() {