summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce4f323be376..41b137ad2528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,10 @@ pkgname="i3-maim-clpimg"
pkgver=1.0.0
pkgrel=0
pkgdesc="Create a screenshot and then immediately copy it into the clipboard"
-arch=("x86_64")
+arch=('any')
license=('GPL')
-source=("https://github.com/arpanetus/i3-maim-clpimg/archive/refs/tags/$pkgver.zip")
+url="https://github.com/arpanetus/i3-maim-clpimg"
+source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.zip")
depends=('clpimg' 'libnotify' 'maim' 'xdg-user-dirs' 'xdotool')
package() {