Skip to content
Snippets Groups Projects
Commit 49e50575 authored by knuxify's avatar knuxify :package: Committed by alice
Browse files

testing/eartag: add fix for typo in .desktop file

parent 803cdb79
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!38853testing/eartag: add fix for typo in .desktop file
Pipeline #135946 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: knuxify <knuxify@gmail.com> # Maintainer: knuxify <knuxify@gmail.com>
pkgname=eartag pkgname=eartag
pkgver=0.2.0 pkgver=0.2.0
pkgrel=0 pkgrel=1
pkgdesc="Small and simple music tag editor that doesn't try to manage your entire library" pkgdesc="Small and simple music tag editor that doesn't try to manage your entire library"
url="https://github.com/knuxify/eartag" url="https://github.com/knuxify/eartag"
arch="noarch" arch="noarch"
...@@ -19,7 +19,8 @@ depends="python3 ...@@ -19,7 +19,8 @@ depends="python3
" "
makedepends="meson glib-dev desktop-file-utils" makedepends="meson glib-dev desktop-file-utils"
subpackages="$pkgname-lang" subpackages="$pkgname-lang"
source="https://github.com/knuxify/eartag/archive/refs/tags/$pkgver/eartag-$pkgver.tar.gz" source="https://github.com/knuxify/eartag/archive/refs/tags/$pkgver/eartag-$pkgver.tar.gz
$pkgname-fix-desktop-file-typo.patch::https://github.com/knuxify/eartag/commit/6b50567fa2a69a71125242ea30259ec3db52ca59.patch"
options="!check" # no test suite options="!check" # no test suite
build() { build() {
...@@ -38,4 +39,5 @@ package() { ...@@ -38,4 +39,5 @@ package() {
sha512sums=" sha512sums="
cdd9cd65aa4e39b65a6cfaed1d755706957adcb36af2dbccae23a0565c6908fc294e08f662348649b1ecfdf294a41ef97d571192ab7eaa9bbe906767ee6ef95a eartag-0.2.0.tar.gz cdd9cd65aa4e39b65a6cfaed1d755706957adcb36af2dbccae23a0565c6908fc294e08f662348649b1ecfdf294a41ef97d571192ab7eaa9bbe906767ee6ef95a eartag-0.2.0.tar.gz
4e49357100c2239d19bf868deae02a391d089db4b3f87013ddc0b00060864888aaa57f3528ab4867447ae7f869437dc6a59344d9be4dc71cdd54a10686342665 eartag-fix-desktop-file-typo.patch
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment