summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnvar Umarov2021-04-04 02:56:03 +0600
committerAnvar Umarov2021-04-04 02:56:03 +0600
commiteb2f99477beae2b85aca3fbb78d5e9c791cfa484 (patch)
tree3ae649e0298b8468f2994b4c4948c8cc7c75f3dd /PKGBUILD
parentc235c1f31d1a99f158151b40d755475f41f79a3f (diff)
downloadaur-eb2f99477beae2b85aca3fbb78d5e9c791cfa484.tar.gz
Add upstream url
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() {