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

Antonio Rojas arojas at archlinux.org
Sun Apr 19 17:09:19 UTC 2020


    Date: Sunday, April 19, 2020 @ 17:09:17
  Author: arojas
Revision: 616521

archrelease: copy trunk to community-x86_64

Added:
  libindi/repos/community-x86_64/PKGBUILD
    (from rev 616520, libindi/trunk/PKGBUILD)
Deleted:
  libindi/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-19 17:08:33 UTC (rev 616520)
+++ PKGBUILD	2020-04-19 17:09:17 UTC (rev 616521)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=libindi
-pkgver=1.8.4
-pkgrel=1
-pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
-url="https://www.indilib.org/index.php?title=Main_Page"
-license=(GPL2)
-arch=(x86_64)
-depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
-makedepends=(cmake boost qt5-base)
-#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz")
-source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz")
-sha256sums=('6e3b26fe6753ff5d97e69b4671d3f19d4c4a0f4e04ecac4a77d1ff834d59049f')
-
-prepare() {
-  mkdir -p build
-
-  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i indi-$pkgver/drivers/*/*.rules
-}
-
-build() {
-  cd build
-  cmake ../indi-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DINDI_BUILD_QT5_CLIENT=ON \
-    -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libindi/repos/community-x86_64/PKGBUILD (from rev 616520, libindi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-19 17:09:17 UTC (rev 616521)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=libindi
+pkgver=1.8.5
+pkgrel=1
+pkgdesc="A distributed control protocol designed to operate astronomical instrumentation"
+url="https://www.indilib.org/index.php?title=Main_Page"
+license=(GPL2)
+arch=(x86_64)
+depends=(libnova cfitsio libusb libjpeg gsl libtheora fftw)
+makedepends=(cmake boost qt5-base)
+#source=("https://github.com/indilib/indi/releases/download/v$pkgver/libindi_$pkgver.tar.gz")
+source=($pkgname-$pkgver.tar.gz::"https://github.com/indilib/indi/archive/v$pkgver.tar.gz")
+sha256sums=('dda510e68a1f0a917091c55cde50683eed8c2e447ee212ba73d7f5b05b8fd569')
+
+prepare() {
+  mkdir -p build
+
+  sed -e 's|GROUP="plugdev", MODE="0666"|TAG+="uaccess"|' -i indi-$pkgver/drivers/*/*.rules
+}
+
+build() {
+  cd build
+  cmake ../indi-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DINDI_BUILD_QT5_CLIENT=ON \
+    -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list