summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Ingwersen2023-03-21 20:52:30 +0100
committerHauke Ingwersen2023-03-21 20:52:30 +0100
commit0cfd8cc5a706712bb9bccce7f609a3919cce34c2 (patch)
tree8d6e34447905899771b70ca9403e477d871675a4
parent8cf0f3b4ff10a442e13520983a4f7dae1f11e601 (diff)
downloadaur-0cfd8cc5a706712bb9bccce7f609a3919cce34c2.tar.gz
44.0-1 version update
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c61f51f42ca0..f2d660180aee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evince-no-gnome
pkgdesc = Document viewer, no gnome dependencies
- pkgver = 43.1
+ pkgver = 44.0
pkgrel = 1
url = https://wiki.gnome.org/Apps/Evince
arch = i686
@@ -37,7 +37,7 @@ pkgbase = evince-no-gnome
conflicts = libevdocument3.so
conflicts = libevview3.so
options = !emptydirs
- source = git+https://gitlab.gnome.org/GNOME/evince.git#commit=47461d6dfbf2bb5d183f8db5dc43d205b68241e6
+ source = git+https://gitlab.gnome.org/GNOME/evince.git#commit=9912cf2cb589f493b3c193fb76e73d00c20fc1ba
sha256sums = SKIP
pkgname = evince-no-gnome
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..373b8edc21fb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+evince
+pkg/evince-no-gnome
+*.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index dee63aad35e4..a4d3618fd599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=evince-no-gnome
_pkgname=evince
-pkgver=43.1
+pkgver=44.0
pkgrel=1
pkgdesc="Document viewer, no gnome dependencies"
url="https://wiki.gnome.org/Apps/Evince"
@@ -18,7 +18,7 @@ optdepends=('texlive-bin: DVI support'
provides=("$_pkgname" libev{document,view}3.so)
conflicts=("$_pkgname" libev{document,view}3.so)
options=('!emptydirs')
-_commit=47461d6dfbf2bb5d183f8db5dc43d205b68241e6 # tags/43.1^0
+_commit=9912cf2cb589f493b3c193fb76e73d00c20fc1ba # tags/44.0^0
source=("git+https://gitlab.gnome.org/GNOME/evince.git#commit=$_commit")
sha256sums=('SKIP')