summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsgerwk2020-06-15 09:28:22 +0200
committersgerwk2020-06-15 09:28:22 +0200
commit4b3cea52c2c745d00edfe4845434386bf81370d5 (patch)
tree1c13629ff187fc3c6ed183cdf1a8b2302af28cff
parent54459c674b768b3d11716777a08cfa6c0d97893f (diff)
downloadaur-4b3cea52c2c745d00edfe4845434386bf81370d5.tar.gz
allow compiling when the same variables is not allowed in multiple files
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b1ce62f5b6..df9578a3b0ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pdftoroff
pkgdesc = pdf conversion, scaling and viewing by blocks of text
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = http://github.com/sgerwk/pdftoroff
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = pdftoroff
depends = poppler-glib
depends = ncurses
depends = libx11
- source = git+https://github.com/sgerwk/pdftoroff#tag=v1.2.0
+ source = git+https://github.com/sgerwk/pdftoroff#tag=v1.2.1
sha256sums = SKIP
pkgname = pdftoroff
diff --git a/PKGBUILD b/PKGBUILD
index 76dfbc2edcd6..d939d4cbf0a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# package script file for archlinux
# makepkg -p THISFILE
pkgname=pdftoroff
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="pdf conversion, scaling and viewing by blocks of text"
license=(GPL3)