summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉtienne Deparis2021-12-14 09:25:24 +0100
committerÉtienne Deparis2021-12-14 09:25:24 +0100
commit884a4d58e3dbd44dd70fd5d5cc8da50679d594d8 (patch)
tree5bad4324e5051d8d39653366f795fbbe5d4fff5c
parent926646582512d3f525085f2d319b00057ce1dadf (diff)
downloadaur-884a4d58e3dbd44dd70fd5d5cc8da50679d594d8.tar.gz
python 3.10 rebuild and switch to python-pyxdg
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0d4917abc65..5c7a03347f93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-# Generated by makepkg 5.2.2
-# Wed Dec 2 08:02:53 UTC 2020
+# Generated by makepkg 6.0.1
+# Tue Dec 14 08:24:54 UTC 2021
pkgbase = carp
pkgdesc = EncFS gui and cli front-end
pkgver = 0.8.2
- pkgrel = 2
+ pkgrel = 3
url = https://git.umaneti.net/carp/about/
arch = any
license = WTFPL
@@ -12,10 +12,9 @@ pkgbase = carp
depends = encfs
depends = python-gobject
depends = python-inotify>=0.2.9
- depends = python-xdg
+ depends = python-pyxdg
optdepends = rsync: sync support
source = https://git.umaneti.net/carp/snapshot/carp-0.8.2.tar.gz
sha256sums = 0a1cd4e0b8fa799644b116379fecf83f7304cf487ba198e511e52f372e5b1a77
pkgname = carp
-
diff --git a/PKGBUILD b/PKGBUILD
index 195ed31c4466..32bc39e7e4da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Étienne Deparis <etienne@depar.is>
pkgname=carp
pkgver=0.8.2
-pkgrel=2
+pkgrel=3
pkgdesc="EncFS gui and cli front-end"
arch=("any")
url="https://git.umaneti.net/carp/about/"
license=("WTFPL")
-depends=("encfs" "python-gobject" "python-inotify>=0.2.9" "python-xdg")
+depends=("encfs" "python-gobject" "python-inotify>=0.2.9" "python-pyxdg")
optdepends=("rsync: sync support")
makedepends=("python-setuptools" "emacs")
source=("https://git.umaneti.net/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")