summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2022-10-04 14:21:17 +0200
committerKlaus Alexander Seistrup2022-10-04 14:21:17 +0200
commitfc7630b2ca8e841098019587686257b9fcac3740 (patch)
treec7b0a429de71e8601c0639c76c626694ea55a540
parent844e00df5e5aee9dea73475344f174ed2b5b60ee (diff)
downloadaur-fc7630b2ca8e841098019587686257b9fcac3740.tar.gz
Add python=>3.6 constraint
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e276083e3bb..2f307131edba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = filenote-git
pkgdesc = Attach a comment to a file or directory (development version)
- pkgver = r39.315f06c
+ pkgver = r40.0e46d7e
pkgrel = 1
url = https://codeberg.org/kas/filenote
arch = any
license = GPL3
- depends = python
+ depends = python>=3.6
provides = filenote
conflicts = filenote
source = git+https://codeberg.org/kas/filenote
diff --git a/PKGBUILD b/PKGBUILD
index 737c02076e79..020cbe6e3e97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='filenote-git'
_pkgname="${pkgname%-git}"
-pkgver=r39.315f06c
+pkgver=r40.0e46d7e
pkgrel=1
pkgdesc='Attach a comment to a file or directory (development version)'
arch=('any')
url='https://codeberg.org/kas/filenote'
license=('GPL3')
-depends=('python')
+depends=('python>=3.6')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url")