summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOskar Grunning2021-01-21 09:35:32 +0100
committerOskar Grunning2021-01-21 09:35:32 +0100
commit6accd3378b46e438a6e2a09eea0857ffbc994ee0 (patch)
tree3873922f10ab42b6760558a41b510587ff697217
parentd71ee1284d9a50bdb717bcb35d62092f9106994c (diff)
downloadaur-6accd3378b46e438a6e2a09eea0857ffbc994ee0.tar.gz
Tweak dependencies and source
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9036a270415c..dda154d3e007 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,9 @@ pkgbase = weechat-autosort
url = https://github.com/de-vri-es/weechat-autosort
arch = any
license = MIT
+ depends = python
depends = weechat
- source = https://github.com/de-vri-es/weechat-autosort/archive/3.6.tar.gz
+ source = weechat-autosort-3.6.tar.gz::https://github.com/de-vri-es/weechat-autosort/archive/3.6.tar.gz
sha512sums = 3c47e090c43a6e215b5552a0c87287c465d923668738dc653b6996c502fbff42ce7f66f8bd26cbe5f91e1bce2fea954ba1faa9c2acd59f7c1b0c35c9c522fdcb
pkgname = weechat-autosort
diff --git a/PKGBUILD b/PKGBUILD
index 6ac5672591ae..f11539193a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='A WeeChat plugin: Automatically keep your buffers sorted.'
url='https://github.com/de-vri-es/weechat-autosort'
arch=('any')
license=('MIT')
-depends=('weechat')
-source=("https://github.com/de-vri-es/weechat-autosort/archive/${pkgver}.tar.gz")
+depends=('python' 'weechat')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/de-vri-es/weechat-autosort/archive/${pkgver}.tar.gz")
sha512sums=('3c47e090c43a6e215b5552a0c87287c465d923668738dc653b6996c502fbff42ce7f66f8bd26cbe5f91e1bce2fea954ba1faa9c2acd59f7c1b0c35c9c522fdcb')
package() {