Date: Thursday, April 13, 2023 @ 12:38:20
Author: arojas
Revision: 1445842
archrelease: copy trunk to community-x86_64
Added:
libxisf/repos/community-x86_64/PKGBUILD
(from rev 1445841, libxisf/trunk/PKGBUILD)
Deleted:
libxisf/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-13 12:38:11 UTC (rev 1445841)
+++ PKGBUILD 2023-04-13 12:38:20 UTC (rev 1445842)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=libxisf
-pkgver=0.2.2
-pkgrel=1
-pkgdesc='Library to load and write XISF format from PixInsight'
-url='https://gitea.nouspiro.space/nou/libXISF'
-license=(GPL3)
-arch=(x86_64)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=($pkgname-$pkgver.tar.gz::https://gitea.nouspiro.space/nou/libXISF/archive/v$pkgver.tar.gz)
-sha256sums=('201e02184c4eeefb5c73f7771ed5f390e39da5a2646f9caed32b3886b6294afb')
-
-build() {
- cmake -B build -S $pkgname \
- -DCMAKE_INSTALL_PREFIX=/usr
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: libxisf/repos/community-x86_64/PKGBUILD (from rev 1445841,
libxisf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-13 12:38:20 UTC (rev 1445842)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=libxisf
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='Library to load and write XISF format from PixInsight'
+url='https://gitea.nouspiro.space/nou/libXISF'
+license=(GPL3)
+arch=(x86_64)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=($pkgname-$pkgver.tar.gz::https://gitea.nouspiro.space/nou/libXISF/archive/v$pkgver.tar.gz)
+sha256sums=('5574d850afd158f949089bdeb9cf52b814023d77c798ed2f2030828b17f471fc')
+
+build() {
+ cmake -B build -S $pkgname \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}