summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Ferris2022-06-29 23:12:31 -0400
committerDylan Ferris2022-06-29 23:12:31 -0400
commitf48e4e18697a7b3c7e7f545a65c327485bb0bb63 (patch)
treedda44431b8384e08cb74b0bbf6fbfd1315a4a7c4
parentfe3487f3f30272e1791f58770daaedbdc2d7bda2 (diff)
downloadaur-f48e4e18697a7b3c7e7f545a65c327485bb0bb63.tar.gz
Replace python-xdg dependency with python-pyxdg, update
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a364619af00a..6a6d781071c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Dylan <dylan@psilly.com>
pkgname=btbrowse
-pkgver=0.0.2
+pkgver=0.0.3
pkgrel=1
pkgdesc='Opens bittorrent files or magnet links as a folder.'
url='https://github.com/acerix/btbrowse'
license=(GPL3)
arch=(any)
-depends=(btfs xdg-utils python-xdg python-pytoml python-bencodepy tk)
+depends=(btfs xdg-utils python-pyxdg python-pytoml python-bencodepy tk)
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('2b585a87e62c82ae97580ff2cd1d688e51ce154e123067cb9da62e4cfb8441db')
+sha256sums=('c638039ae6c7f8bbf836eb78cda365bd8e19e809042c273a93cea5587625f253')
build() {
cd "$srcdir/$pkgname-$pkgver"