Date: Sunday, November 27, 2022 @ 17:12:52
  Author: hashworks
Revision: 1354116

archrelease: copy trunk to community-x86_64

Added:
  xournalpp/repos/community-x86_64/PKGBUILD
    (from rev 1354115, xournalpp/trunk/PKGBUILD)
Deleted:
  xournalpp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-27 17:12:49 UTC (rev 1354115)
+++ PKGBUILD    2022-11-27 17:12:52 UTC (rev 1354116)
@@ -1,31 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-# Contributor: Gaetan Bisson <[email protected]>
-
-pkgname=xournalpp
-pkgver=1.1.2
-_commit=3fe37c1dd63f4b26fef608817fa79e488d3a4f7a
-pkgrel=1
-pkgdesc='Handwriting notetaking software with PDF annotation support'
-url='https://github.com/xournalpp/xournalpp'
-license=('GPL2')
-arch=('x86_64')
-optdepends=('texlive-latexextra: LaTeX package')
-makedepends=('git' 'cmake' 'doxygen' 'graphviz')
-depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
-         'libzip' 'texlive-bin')
-source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-replaces=('xournal')
-
-build() {
-       cd "${srcdir}/${pkgname}"
-       cmake -DCMAKE_INSTALL_PREFIX=/usr
-       make translations
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: xournalpp/repos/community-x86_64/PKGBUILD (from rev 1354115, 
xournalpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-27 17:12:52 UTC (rev 1354116)
@@ -0,0 +1,31 @@
+# Maintainer: Justin Kromlinger <[email protected]>
+# Contributor: Gaetan Bisson <[email protected]>
+
+pkgname=xournalpp
+pkgver=1.1.3
+_commit=2dbd16d2a3aed517f44274d566fb282aef0feaff
+pkgrel=1
+pkgdesc='Handwriting notetaking software with PDF annotation support'
+url='https://github.com/xournalpp/xournalpp'
+license=('GPL2')
+arch=('x86_64')
+optdepends=('texlive-latexextra: LaTeX package')
+makedepends=('git' 'cmake' 'doxygen' 'graphviz')
+depends=('gtk3' 'poppler-glib' 'libxml2' 'portaudio' 'libsndfile' 'lua'
+         'libzip' 'texlive-bin')
+source=("git+https://github.com/xournalpp/xournalpp.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+replaces=('xournal')
+
+build() {
+       cd "${srcdir}/${pkgname}"
+       cmake -DCMAKE_INSTALL_PREFIX=/usr
+       make translations
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to