summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-01-07 14:15:08 +0100
committerKlaus Alexander Seistrup2023-01-07 14:15:08 +0100
commitebddd8cd6f3562ac23379747b7d4dbcea994e7fb (patch)
treeb2123837530c16bf66f877aeaf6d76287118af6c
parentfa0e8e495775bbb3bda5d7cb171e38f15347fa99 (diff)
downloadaur-ebddd8cd6f3562ac23379747b7d4dbcea994e7fb.tar.gz
Add python=>3.8 constraint
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5873e0aad56..9a465f841087 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = filenote-git
pkgdesc = Attach a comment to a file or directory (development version)
- pkgver = r41.556caa7
- pkgrel = 2
+ pkgver = r50.a689c49
+ pkgrel = 1
url = https://codeberg.org/kas/filenote
arch = any
license = GPL3
- depends = python>=3.6
+ depends = python>=3.8
provides = filenote
conflicts = filenote
source = git+https://codeberg.org/kas/filenote
diff --git a/PKGBUILD b/PKGBUILD
index 39e7fdd7f85e..77327cfc383b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname='filenote-git'
_pkgname="${pkgname%-git}"
-pkgver=r41.556caa7
-pkgrel=2
+pkgver=r50.a689c49
+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>=3.6')
+depends=('python>=3.8')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+$url")