summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMattheus Roxas2021-08-28 16:40:06 +0800
committerMattheus Roxas2021-08-28 16:40:06 +0800
commit65edd4373b4b59d40d58bbb67cf3527a39c237ab (patch)
tree1f2aee8179faeef6ce09166a6c0896e957b275e7 /PKGBUILD
parentef0a4762c52c8c8ad2661be84f0117ce5644d06b (diff)
downloadaur-65edd4373b4b59d40d58bbb67cf3527a39c237ab.tar.gz
Small fixs to PKGBUILD.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17a940a199e0..e948c3dad60e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
# Maintainer: Mattheus Roxas <thepogsupreme@tuta.io>
-# Contributer: Dawid Potocki
_pkgname="amogu.sh" # Thanks,
-pkgname="$_pkgname-git" # David.
+pkgname="$_pkgname-git" # Dawid.
pkgver=r3.fad5425
pkgrel=1
pkgdesc="The sussiest script ever."
-arch=('x86_64')
+arch=('Any')
url="https://codeberg.org/thepogsupreme/amogu.sh"
-license=('EUPL')
+license=('EUPL 1.2')
depends=('fzf' 'ueberzug')
makedepends=('git')
optdepends=('xclip: Clipboard support' 'dragon-drag-and-drop: Drag and drop support')
-# source=('https://codeberg.org/thepogsupreme/amogu.sh')
source=('amogu.sh::git+https://codeberg.org/thepogsupreme/amogu.sh.git')
md5sums=('SKIP')