summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Scholer2017-05-13 19:39:09 +0200
committerRaphael Scholer2017-05-13 21:21:03 +0200
commit0cec9f63412de7f8089a864fb916adc17ddb9286 (patch)
treefd09409104b942b52009dd55d6d940efa96ccf1e
parent85f583a6787109fe0f7b7d59d9fb4b0e19aee8f1 (diff)
downloadaur-0cec9f63412de7f8089a864fb916adc17ddb9286.tar.gz
Small fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab45d739870a..5401bdd37c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,5 @@
-# Generated by mksrcinfo v8
-# Wed Dec 7 03:29:28 UTC 2016
pkgbase = mp3diags
- pkgdesc = Identify issues with your MP3 files, fix those issues and make other changes
+ pkgdesc = Fix and identify issues with MP3 files and make other changes
pkgver = 1.2.03
pkgrel = 3
url = http://mp3diags.sourceforge.net/
diff --git a/PKGBUILD b/PKGBUILD
index d286fb5f248e..e26361fe17b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mp3diags
pkgver=1.2.03
pkgrel=3
-pkgdesc="Identify issues with your MP3 files, fix those issues and make other changes"
+pkgdesc="Fix and identify issues with MP3 files"
url="http://mp3diags.sourceforge.net/"
license=("GPL")
arch=("i686" "x86_64")
@@ -43,6 +43,5 @@ package() {
cd "${srcdir}/MP3Diags-${pkgver}/src/translations"
install -m755 -d "${pkgdir}/usr/share/mp3diags/translations"
- install -m644 -t "${pkgdir}/usr/share/mp3diags/translations" \
- *.qm
+ install -m644 -t "${pkgdir}/usr/share/mp3diags/translations" *.qm
}