summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattheus Roxas2021-08-28 16:40:06 +0800
committerMattheus Roxas2021-08-28 16:40:06 +0800
commit65edd4373b4b59d40d58bbb67cf3527a39c237ab (patch)
tree1f2aee8179faeef6ce09166a6c0896e957b275e7
parentef0a4762c52c8c8ad2661be84f0117ce5644d06b (diff)
downloadaur-65edd4373b4b59d40d58bbb67cf3527a39c237ab.tar.gz
Small fixs to PKGBUILD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da7b23d8d125..5af96e8843f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,8 +3,8 @@ pkgbase = amogu.sh-git
pkgver = r3.fad5425
pkgrel = 1
url = https://codeberg.org/thepogsupreme/amogu.sh
- arch = x86_64
- license = EUPL
+ arch = Any
+ license = EUPL 1.2
makedepends = git
depends = fzf
depends = ueberzug
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')