summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsgerwk2022-04-05 17:24:35 +0200
committersgerwk2022-04-05 17:24:35 +0200
commit23ea38f2fd9c1365caf6fec016f5cefa272eb499 (patch)
tree978b5666e72e194b08a37bbf7e956f096efe6251 /PKGBUILD
parent4b3cea52c2c745d00edfe4845434386bf81370d5 (diff)
downloadaur-pdftoroff.tar.gz
switch from releases to latest version on github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {