summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Strapp2023-06-06 17:54:23 +0000
committerPeter Strapp2023-06-06 17:54:23 +0000
commit9c447519b35998201f869779d229515993b78d24 (patch)
treee681f458a698d125b19d0bad41844bf92328f970 /PKGBUILD
parent93e1a26812ce98c32fddd12adc06f95ba6b92d68 (diff)
downloadaur-libqhy-git.tar.gz
Fixed typo in description and updated version number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d767947a5342..30e8ee5767ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Maintainer: Peter Strapp <peter at strapp.co.uk>
pkgname=libqhy-git
-pkgver=r77.1f33871
+pkgver=r101.6320418
pkgrel=1
-pkgdesc="SDK including firmware and drivers for QHY astronomy camaras."
+pkgdesc="SDK including firmware and drivers for QHY astronomy cameras."
url="https://github.com/qhyccd-lzr/QHYCCD_Linux"
license=(GPL2)
arch=(i686 x86_64)
@@ -37,4 +37,4 @@ build() {
package() {
cd build
make DESTDIR="$pkgdir" install
-} \ No newline at end of file
+}