summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-04-29 00:06:21 +0200
committerhaawda2019-04-29 00:06:21 +0200
commit4fa14cf89441dfb374ffce3b73a78d4a9337ae8b (patch)
tree18d837b178d63f0a5147b8693536bbac7c81dd1e
parente9cadde0c9c95d1c0b9597c8dbd90749d30dfcde (diff)
downloadaur-4fa14cf89441dfb374ffce3b73a78d4a9337ae8b.tar.gz
remove check function, no longer working
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcc92577b87b..8a7b83fda66e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = emacs-pdf-tools-git
pkgdesc = Emacs support library for PDF files.
- pkgver = 0.90r23.g9a63f39
+ pkgver = 0.90.r28.gd780b82
pkgrel = 1
url = https://github.com/politza/pdf-tools
arch = any
license = GPL3
- checkdepends = git
- checkdepends = cask
makedepends = git
makedepends = cask
depends = emacs
diff --git a/PKGBUILD b/PKGBUILD
index 1fc6705cb044..1a0a627b44fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _gituser="politza"
_gitrepo="pdf-tools"
pkgname=emacs-pdf-tools-git
-pkgver=0.90r23.g9a63f39
+pkgver=0.90.r28.gd780b82
pkgrel=1
pkgdesc="Emacs support library for PDF files."
url="https://github.com/${_gituser}/${_gitrepo}"
@@ -14,7 +14,6 @@ license=('GPL3')
depends=('emacs' 'emacs-tablist-git' 'libpng' 'zlib' 'poppler-glib')
optdepends=('imagemagick: following links of a PDF document by plain keystrokes')
makedepends=('git' 'cask')
-checkdepends=('git' 'cask')
provides=('emacs-pdf-tools')
conflicts=('emacs-pdf-tools')
source=("git+https://github.com/${_gituser}/${_gitrepo}.git")
@@ -22,11 +21,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$_gitrepo"
- git describe --tags|sed 's+-+r+'|tr - .|cut -c2-
-}
-check() {
- cd "$_gitrepo"
- make check
+ git describe --tags|sed 's+-+.r+'|tr - .|cut -c2-
}
build() {