summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df9578a3b0ee..dbd48f187bc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdftoroff
pkgdesc = pdf conversion, scaling and viewing by blocks of text
- pkgver = 1.2.1
+ pkgver = git
pkgrel = 1
url = http://github.com/sgerwk/pdftoroff
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = pdftoroff
depends = poppler-glib
depends = ncurses
depends = libx11
- source = git+https://github.com/sgerwk/pdftoroff#tag=v1.2.1
+ source = git+https://github.com/sgerwk/pdftoroff
sha256sums = SKIP
pkgname = pdftoroff
-
diff --git a/PKGBUILD b/PKGBUILD
index d939d4cbf0a7..c9abbcdbdf9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# package script file for archlinux
# makepkg -p THISFILE
pkgname=pdftoroff
-pkgver=1.2.1
+pkgver=git
pkgrel=1
pkgdesc="pdf conversion, scaling and viewing by blocks of text"
license=(GPL3)
@@ -10,7 +10,7 @@ arch=('x86_64' 'i686')
depends=('poppler-glib' 'ncurses' 'libx11')
makedepends=('gcc' 'make')
url="http://github.com/sgerwk/pdftoroff"
-source=(git+https://github.com/sgerwk/pdftoroff#tag=v$pkgver)
+source=(git+https://github.com/sgerwk/pdftoroff)
sha256sums=('SKIP')
build() {