Skip to content

Commit

Permalink
⬆️ Increment pkgrel
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland committed Jan 7, 2024
1 parent 8b4d016 commit e0aee17
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
_pkgname=xdg-terminal-exec
pkgname=_pkgname
pkgver=r131.b269e8e
pkgrel=1
pkgrel=2
pkgdesc="Proposed standard to launching desktop apps with Terminal=true"
arch=(any)
url="https://github.com/Vladimir-csp/$_pkgname#commit=a09da6999c269bc7145232ed299f14dbace34a4b"
makedepends=('git')
checkdepends=('bash-bats')
license=('GPL3')
source=("git+$url")
sha256sums=('SKIP')
Expand All @@ -19,11 +18,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

check() {
cd "$_pkgname"
bats "test/"
}

package() {
cd "$_pkgname"
install -Dm 755 -t "$pkgdir"/usr/bin "$_pkgname"
Expand Down

0 comments on commit e0aee17

Please sign in to comment.