Skip to content

Commit

Permalink
✨ Remove -git suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Jan 7, 2024
1 parent 8e55b6f commit 8b4d016
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Maintainer: Max Gautier <[email protected]>
_pkgname=xdg-terminal-exec
pkgname=${_pkgname}-git
pkgname=_pkgname
pkgver=r131.b269e8e
pkgrel=1
pkgdesc="Proposed standard to launching desktop apps with Terminal=true"
arch=(any)
url="https://github.com/Vladimir-csp/$_pkgname"
url="https://github.com/Vladimir-csp/$_pkgname#commit=a09da6999c269bc7145232ed299f14dbace34a4b"
makedepends=('git')
checkdepends=('bash-bats')
license=('GPL3')
source=("git+$url")
sha256sums=('SKIP')
provides=('xdg-terminal-exec')
conflicts=('xdg-terminal-exec-git')

pkgver() {
cd "$_pkgname"
Expand Down

0 comments on commit 8b4d016

Please sign in to comment.