summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Martin Reckel2023-02-09 16:15:14 +0100
committerJan Martin Reckel2023-02-09 16:15:14 +0100
commite9d5dce227dcca1069e4b5eb6032ef5e003c8603 (patch)
tree383110a228ed1988532d58a863d9b25a86b05685
parent4c4d6c60a329491349a9f0a97c5fc1ddf3a50102 (diff)
downloadaur-e9d5dce227dcca1069e4b5eb6032ef5e003c8603.tar.gz
Initial
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dbb4d12a215..8caf1a6e41ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = subtitld
+pkgbase = subtitld-git
pkgdesc = An open source software to create, edit and transcribe subtitles. It is able to work with SRT, SSA, TTML, SBV, DFXP, VTT, XML, SCC and SAMI file formats
pkgver = 2022
pkgrel = 1
@@ -23,4 +23,4 @@ pkgbase = subtitld
source = git+https://gitlab.com/jonata/subtitld.git
md5sums = SKIP
-pkgname = subtitld
+pkgname = subtitld-git
diff --git a/PKGBUILD b/PKGBUILD
index 3c98c091c68f..90333aeba216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Jan Martin Reckel <jm dot reckel at t-online dot de>
-pkgname=subtitld
+pkgname=subtitld-git
pkgver=2022
pkgrel=1
epoch=
@@ -15,7 +15,7 @@ source=("git+https://gitlab.com/jonata/subtitld.git")
md5sums=('SKIP')
prepare() {
- cd "$pkgname"
+ cd "subtitld"
}
build() {