summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Miguel2023-09-25 14:57:54 +0100
committerBruno Miguel2023-09-25 14:57:54 +0100
commit263475bf088b24d9228ff86741f102f4e4a21646 (patch)
treef7b15432fd101736ea8cf5847a34d66c39725ca6
parenta9471419e2102b7b2a566e7f30d6d28f569849e8 (diff)
downloadaur-meowfetch-git.tar.gz
updated version
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fb5e4f254a5..8d16d26e6417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meowfetch-git
pkgdesc = minimal, fast and customizable system information program written in go.
pkgver = 1.0.1.e5424be
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Itsnexn/meowfetch
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e4c04199f507..b7d71b89c38a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _shortpkgname=meowfetch
pkgdesc=' minimal, fast and customizable system information program written in go.'
arch=('x86_64')
url='https://github.com/Itsnexn/meowfetch'
-pkgrel=3
+pkgrel=4
license=('MIT')
makedepends=('go' 'git')
source=('git+https://github.com/Itsnexn/meowfetch')
@@ -30,4 +30,5 @@ package() {
cd meowfetch
install -Dm755 build/meowfetch "$pkgdir/usr/bin/meowfetch"
install -Dm644 meowfetch.1 "$pkgdir/usr/share/man/man1/meowfetch.1"
+ install -Dm755 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}