summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2022-04-24 16:44:07 +0200
committerPeter Mattern2022-04-24 16:44:07 +0200
commit57801e95a5dcd7fdc7badcf6198b140fd759862c (patch)
treeec8e69e617b8fe12e2694ec29581b7cba83265a3
parent86d553da3bc908577512efde9bc5eec3c065cab9 (diff)
downloadaur-57801e95a5dcd7fdc7badcf6198b140fd759862c.tar.gz
Fix package descriptions
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d30d6c2235ca..437cb061a5ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,6 @@
pkgbase = gaupol-git
- pkgdesc = Editor for text-based subtitle files
pkgver = 1.11.1.g8eae3998
- pkgrel = 1
+ pkgrel = 2
url = https://otsaloma.io/gaupol
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d16f2e195251..a4adbf1a8aa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,7 @@ _pkgbase=gaupol
pkgbase=${_pkgbase}-git
pkgname=('gaupol-git' 'aeidon-git')
pkgver=1.11.1.g8eae3998
-pkgrel=1
-pkgdesc="Editor for text-based subtitle files"
+pkgrel=2
arch=('any')
url="https://otsaloma.io/gaupol"
license=('GPL')
@@ -36,7 +35,7 @@ package_aeidon-git() {
}
package_gaupol-git() {
- pkgdesc+='. GUI.'
+ pkgdesc="Editor for text-based subtitle files. GUI."
depends=('aeidon-git'
'python-gobject' 'gtk3' 'gst-plugins-'{base,good,bad,ugly}
'gst-libav' 'gst-plugin-gtk' 'gspell' 'python-cairo' 'desktop-file-utils' 'hicolor-icon-theme')