summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2023-12-18 10:12:53 +0100
committerMartchus2023-12-18 10:12:53 +0100
commitf205de3e0a41683398a2fecd4d190a6ac9701259 (patch)
tree81775e3bf4b37bdaef931b0e196deeeb2ccc406e
parentd45fff5617187ff291eb79d10f62eb280b6131a9 (diff)
downloadaur-f205de3e0a41683398a2fecd4d190a6ac9701259.tar.gz
Fix URL and rebuild against ICU 74
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b5c32840a37..f57a542b6a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = subtitlecomposer
pkgdesc = Video subtitle editor
pkgver = 0.8.0
- pkgrel = 2
- url = https://invent.kde.org/multimedia/
+ pkgrel = 3
+ url = https://invent.kde.org/multimedia/subtitlecomposer
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ea58b47ac3bf..044807aa2550 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@
pkgname=subtitlecomposer
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
pkgdesc='Video subtitle editor'
arch=('i686' 'x86_64')
-url="https://invent.kde.org/multimedia/${_name}"
+url="https://invent.kde.org/multimedia/${pkgname}"
license=('GPL')
depends=('qt5-declarative' 'kcoreaddons5' 'ktextwidgets5' 'kio5' 'sonnet5' 'kcodecs5' 'kxmlgui5' 'ki18n5' 'ffmpeg' 'openal')
makedepends=('extra-cmake-modules' 'jack' 'blas' 'xorg-server-xvfb')