diff options
author | Adam Perkowski | 2024-10-08 12:45:34 +0200 |
---|---|---|
committer | Adam Perkowski | 2024-10-08 12:45:34 +0200 |
commit | 987943dcce5b8df949b50b040b1a0a523ebd63eb (patch) | |
tree | 980e1c352c35500d0982925319f71481d832e591 /PKGBUILD | |
parent | 32566e13e7ccceb3a60c5fc840d0e4442b098324 (diff) | |
download | aur-987943dcce5b8df949b50b040b1a0a523ebd63eb.tar.gz |
get Desktop Entry from the main repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |