summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-04-30 16:28:53 +0200
committerhaawda2017-04-30 16:28:53 +0200
commitd803f83500f2d6bc7894fbe29c53643c6f161073 (patch)
treedf9dcf3e2e8266c30083ba74d89cc24b0069ab4f /PKGBUILD
parentfb446dcaa41193aa4ae1959d40cd11db95046c68 (diff)
downloadaur-d803f83500f2d6bc7894fbe29c53643c6f161073.tar.gz
remove patch again
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fde8368b98e6..9e3f6db8900c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=slime-git
pkgver=2.19.12.g7dc97e11
-pkgrel=1
+pkgrel=2
pkgdesc="The Superior Lisp Interaction Mode for Emacs - from git"
arch=('any')
url="http://common-lisp.net/project/slime"
@@ -16,20 +16,13 @@ optdepends=('awk: for recreating the documentation'
provides=('slime')
conflicts=('slime')
install=slime.install
-source=("git://github.com/slime/slime" hyperdoc.patch)
-md5sums=('SKIP'
- '54d14889a58ad2930861002b5a2c4741')
+source=("git://github.com/slime/slime")
+md5sums=('SKIP')
pkgver() {
cd ${pkgname%-git}
echo $(git describe --tags | sed 's|-|.|g'|cut -c2-)
}
-
-prepare(){
- cd ${pkgname%-git}/contrib
- patch -Np0 < "$srcdir"/hyperdoc.patch || true
-}
-
build() {
cd ${pkgname%-git}
make