hashworks pushed to branch main at Arch Linux / Packaging / Packages / xournalpp
Commits:
d24b734f by Justin Kromlinger at 2024-10-20T17:48:52+02:00
upgpkg: 1.2.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xournalpp
pkgdesc = Handwriting notetaking software with PDF annotation support
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/xournalpp/xournalpp
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = xournalpp
depends = libzip
optdepends = texlive-latexextra: LaTeX package
replaces = xournal
- source =
git+https://github.com/xournalpp/xournalpp.git#commit=c6970f47c5204c0a81d45d3cf5d30f8b7ae8e3a6
- sha256sums =
b527889ed5c23595794c11885906d425cf7706ec206545497e7263c4e9d283f5
+ source = git+https://github.com/xournalpp/xournalpp.git#tag=v1.2.4
+ sha256sums =
5d668948a6d456c5e736b27c2d8043fe93beb73ebc432071c0c66046f54364e1
pkgname = xournalpp
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,7 @@
# Contributor: Gaetan Bisson <[email protected]>
pkgname=xournalpp
-pkgver=1.2.3
-_commit=c6970f47c5204c0a81d45d3cf5d30f8b7ae8e3a6
+pkgver=1.2.4
pkgrel=1
pkgdesc='Handwriting notetaking software with PDF annotation support'
url='https://github.com/xournalpp/xournalpp'
@@ -13,8 +12,8 @@ optdepends=('texlive-latexextra: LaTeX package')
makedepends=('git' 'cmake' 'doxygen' 'graphviz')
depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
'libzip')
-source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit")
-sha256sums=('b527889ed5c23595794c11885906d425cf7706ec206545497e7263c4e9d283f5')
+source=("git+https://github.com/xournalpp/xournalpp.git#tag=v${pkgver}")
+sha256sums=('5d668948a6d456c5e736b27c2d8043fe93beb73ebc432071c0c66046f54364e1')
replaces=('xournal')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xournalpp/-/commit/d24b734fd58df77e17adf836411d03c932f2c581
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xournalpp/-/commit/d24b734fd58df77e17adf836411d03c932f2c581
You're receiving this email because of your account on gitlab.archlinux.org.