summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09ce55eadd5a..5991c29ba2ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = emacs-zenburn-theme
pkgdesc = The Zenburn colour theme ported to Emacs
- pkgver = 2.5
+ pkgver = 2.6
pkgrel = 1
url = https://github.com/bbatsov/zenburn-emacs
arch = any
license = GPL3
depends = emacs
- source = emacs-zenburn-theme-2.5.tar.gz::https://github.com/bbatsov/zenburn-emacs/archive/v2.5.tar.gz
- sha256sums = f6811eada38ad53e233f53872a0ab9b5264978c7c6cfffef8e88aeb5de876e0e
+ source = emacs-zenburn-theme-2.6.tar.gz::https://github.com/bbatsov/zenburn-emacs/archive/v2.6.tar.gz
+ sha256sums = 24df671993859dfada2f104f94fdcd2ff81f4df3f72ea811fcbe14cc73688961
pkgname = emacs-zenburn-theme
diff --git a/PKGBUILD b/PKGBUILD
index 1a3b347ce03c..aae7c0ddcc32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_upstream_pkgname=zenburn-emacs
pkgname=emacs-zenburn-theme
-pkgver=2.5
+pkgver=2.6
pkgrel=1
pkgdesc='The Zenburn colour theme ported to Emacs'
arch=('any')
url='https://github.com/bbatsov/zenburn-emacs'
depends=('emacs')
license=('GPL3')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bbatsov/zenburn-emacs/archive/v2.5.tar.gz")
-sha256sums=('f6811eada38ad53e233f53872a0ab9b5264978c7c6cfffef8e88aeb5de876e0e')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bbatsov/zenburn-emacs/archive/v2.6.tar.gz")
+sha256sums=('24df671993859dfada2f104f94fdcd2ff81f4df3f72ea811fcbe14cc73688961')
package() {
cd "${_upstream_pkgname}-${pkgver}"