summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archlinux/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD
index c61ab99..2be1fb9 100644
--- a/archlinux/PKGBUILD
+++ b/archlinux/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: xengineering <mail2xengineering@protonmail.com>
pkgname=birdscan
-pkgver=0.0.1
+pkgver=0.1.0
pkgrel=1
epoch=
pkgdesc="A software to take beautiful pictures of birds with a Raspberry Pi Camera"
@@ -9,7 +9,7 @@ arch=("armv7h" "x86_64")
url="https://xengineering.eu"
license=("AGPL3")
groups=()
-depends=("licenses" "python")
+depends=("licenses" "python" "python-picamera")
makedepends=("go")
checkdepends=()
optdepends=()