[arch-commits] Commit in stellarsolver/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jan 22 18:28:53 UTC 2022


    Date: Saturday, January 22, 2022 @ 18:28:53
  Author: arojas
Revision: 1113472

archrelease: copy trunk to community-x86_64

Added:
  stellarsolver/repos/community-x86_64/PKGBUILD
    (from rev 1113471, stellarsolver/trunk/PKGBUILD)
Deleted:
  stellarsolver/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-22 18:28:42 UTC (rev 1113471)
+++ PKGBUILD	2022-01-22 18:28:53 UTC (rev 1113472)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=stellarsolver
-pkgver=1.8
-pkgrel=2
-pkgdesc='The cross platform Sextractor and Astrometry.net-Based internal astrometric solver'
-arch=(x86_64)
-url='https://github.com/rlancaste/stellarsolver'
-license=(GPL3)
-depends=(qt5-base gsl wcslib)
-makedepends=(cmake)
-source=(https://github.com/rlancaste/stellarsolver/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('4f0009dfa76b153848abd9bcbea52b8dc27159133cf6a1db165b16e5c7b04841')
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: stellarsolver/repos/community-x86_64/PKGBUILD (from rev 1113471, stellarsolver/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-22 18:28:53 UTC (rev 1113472)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=stellarsolver
+pkgver=1.9
+pkgrel=1
+pkgdesc='The cross platform Sextractor and Astrometry.net-Based internal astrometric solver'
+arch=(x86_64)
+url='https://github.com/rlancaste/stellarsolver'
+license=(GPL3)
+depends=(qt5-base gsl wcslib)
+makedepends=(cmake)
+source=(https://github.com/rlancaste/stellarsolver/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('6a5910aa3eec8c1e302ed3acc8fbd9df86bf7ac74ca478251e4312d6fd664912')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list