summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a32d4061c45..d3a1ce97a563 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = pdftilecut
pkgdesc = pdftilecut lets you sub-divide a PDF page(s) into smaller pages
- pkgver = 0.5
+ pkgver = 0.6
pkgrel = 1
url = https://github.com/oxplot/pdftilecut
arch = x86_64
license = BSD
- makedepends = go>=1.13
+ makedepends = go>=1.18
makedepends = git
makedepends = yasm
makedepends = cmake
makedepends = coreutils
- source = git+https://github.com/oxplot/pdftilecut#tag=v0.5
+ source = git+https://github.com/oxplot/pdftilecut#tag=v0.6
sha512sums = SKIP
pkgname = pdftilecut
-
diff --git a/PKGBUILD b/PKGBUILD
index def782a79c87..423f8e4861af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Mansour Behabadi <mansour@oxplot.com>
pkgname=pdftilecut
-pkgver=0.5
+pkgver=0.6
pkgrel=1
pkgdesc="pdftilecut lets you sub-divide a PDF page(s) into smaller pages"
url="https://github.com/oxplot/pdftilecut"
arch=("x86_64")
license=("BSD")
-makedepends=("go>=1.13" "git" "yasm" "cmake" "coreutils")
+makedepends=("go>=1.18" "git" "yasm" "cmake" "coreutils")
depends=()
source=("git+https://github.com/oxplot/pdftilecut#tag=v$pkgver")
sha512sums=('SKIP')