This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index c788407..278d92e 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -2,8 +2,8 @@ | |
pkgname=ueyed | |
pkgdesc="IDS uEye camera daemon (USB and ethernet)" | |
-pkgver=4.80.2 | |
-_version=4.80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 3a9adac..4d0c3f9 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -2,9 +2,9 @@ | |
pkgname=ueyed | |
pkgdesc="IDS uEye camera daemon (USB and ethernet)" | |
-pkgver=4.82.00 | |
-_version=4.82 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/PKGBUILD b/PKGBUILD | |
index 391c912..34df925 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,7 +1,7 @@ | |
# Maintainer: Sven Schneider <[email protected]> | |
pkgname=libfreenect | |
-pkgver=0.5.3 | |
+pkgver=0.5.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
""" | |
dwdhist.py: Preprocessor tool for DWD (German weather service) historical open climate data. | |
""" | |
__author__ = "Hartmut Seichter" | |
__copyright__ = "Copyright 2024, Hartmut Seichter" |