diff options
author | Adam Perkowski | 2024-10-08 12:43:52 +0200 |
---|---|---|
committer | Adam Perkowski | 2024-10-08 12:43:52 +0200 |
commit | 7920c4657f4a6b5e1bd54b70c87e41846b350954 (patch) | |
tree | aab410c791e43120207f1a5c994e3e9b44184162 /PKGBUILD | |
parent | f599f5fe9a493c1ba505e52f36c4d00ca21694bf (diff) | |
download | aur-7920c4657f4a6b5e1bd54b70c87e41846b350954.tar.gz |
get Desktop Entry from the main repo
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,14 +1,14 @@ # Maintainer: Adam Perkowski <adas1per@protonmail.com> pkgname=linutil-git _pkgname=linutil -pkgver=2024.09.28.r35.g26d0adc +pkgver=2024.09.28.r38.g49379a7 pkgrel=1 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=("git+https://github.com/ChrisTitusTech/$_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") sha256sums=('SKIP' 'SKIP') makedepends=('rustup' 'glibc' 'gcc-libs') depends=('git' 'pacman' 'tree-sitter' 'tree-sitter-bash') |