summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b65a86a4edd..f18fff2b6016 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = htmlize-git
pkgdesc = Convert buffer text and decorations to HTML
- pkgver = 20150122
+ pkgver = r129.8db0aa6
pkgrel = 1
- url = http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi
+ url = https://github.com/hniksic/emacs-htmlize
arch = any
license = GPL2
makedepends = git
depends = emacs
+ provides = htmlize
+ source = htmlize::git+https://github.com/hniksic/emacs-htmlize.git
+ md5sums = SKIP
pkgname = htmlize-git
diff --git a/PKGBUILD b/PKGBUILD
index a0d7dbb8697e..e1904dac33c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: L.G. Sarmiento (Pico) <Luis.Sarmientop@nuclear.lu.se>
pkgname=htmlize-git
_pkgname=htmlize
-pkgver=r96.aa6e2f6
+pkgver=r129.8db0aa6
pkgrel=1
pkgdesc="Convert buffer text and decorations to HTML"
-url="http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el.cgi"
+url="https://github.com/hniksic/emacs-htmlize"
arch=('any')
license=('GPL2')
depends=('emacs')
provides=("htmlize")
makedepends=('git')
-source=($_pkgname::git+http://fly.srk.fer.hr/~hniksic/emacs/htmlize.git)
+source=($_pkgname::git+https://github.com/hniksic/emacs-htmlize.git)
md5sums=('SKIP')
pkgver() {