summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Perkowski2024-10-08 12:45:34 +0200
committerAdam Perkowski2024-10-08 12:45:34 +0200
commit987943dcce5b8df949b50b040b1a0a523ebd63eb (patch)
tree980e1c352c35500d0982925319f71481d832e591 /PKGBUILD
parent32566e13e7ccceb3a60c5fc840d0e4442b098324 (diff)
downloadaur-987943dcce5b8df949b50b040b1a0a523ebd63eb.tar.gz
get Desktop Entry from the main repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e2a57d4dabd..5d85cb28b0e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=linutil-bin
_pkgname=linutil
pkgver=2024.09.28
-pkgrel=2
+pkgrel=3
pkgdesc="Chris Titus Tech's Linutil is a distro-agnostic toolbox designed to simplify everyday Linux tasks."
arch=('x86_64' 'aarch64')
url="https://github.com/ChrisTitusTech/$_pkgname"
license=('MIT')
source_x86_64=("https://github.com/ChrisTitusTech/$_pkgname/releases/download/$pkgver/$_pkgname"
- "https://raw.githubusercontent.com/adamperkowski/$_pkgname-dev/refs/heads/desktop_file/$_pkgname.desktop")
+ "https://raw.githubusercontent.com/ChrisTitusTech/$_pkgname/refs/heads/main/$_pkgname.desktop")
source_aarch64=("https://github.com/ChrisTitusTech/$_pkgname/releases/download/$pkgver/$_pkgname-aarch64"
- "https://raw.githubusercontent.com/adamperkowski/$_pkgname-dev/refs/heads/desktop_file/$_pkgname.desktop")
+ "https://raw.githubusercontent.com/ChrisTitusTech/$_pkgname/refs/heads/main/$_pkgname.desktop")
depends=('git' 'pacman' 'tree-sitter' 'tree-sitter-bash')
optdepends=('ttf-nerd-fonts-symbols: symbols and icons')
conflicts=($_pkgname)