summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBehnam Momeni2023-11-09 09:46:34 +0330
committerBehnam Momeni2023-11-09 09:46:34 +0330
commite22464882f23ea18d005cd9500ed893d2c721cbb (patch)
treeec523deffbee9b471444728c8421f319b5b9dd19
parenta9e6d36ff340ac9306f04595fe22e671d92a7d99 (diff)
downloadaur-bombono-dvd.tar.gz
Update upstream URLs to bombono.com & github.com/bombono-dvd/bombono-dvd
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f28d86ca7492..2c94ed8a4913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Aug 26 11:38:32 UTC 2022
+# Thu Nov 9 06:16:16 UTC 2023
pkgbase = bombono-dvd
pkgdesc = DVD authoring program with nice and clean GUI
pkgver = 1.2.4
- pkgrel = 8
- url = http://www.bombono.org
+ pkgrel = 9
+ url = https://bombono.com/
install = bombono-dvd.install
arch = i686
arch = x86_64
@@ -24,7 +24,7 @@ pkgbase = bombono-dvd
depends = cdrkit
optdepends = gvfs: web browser integration
conflicts = bombono-dvd-git
- source = https://github.com/muravjov/bombono-dvd/archive/1.2.4.tar.gz
+ source = https://github.com/bombono-dvd/bombono-dvd/archive/refs/tags/1.2.4.tar.gz
source = fix_ffmpeg_codecid.patch
source = fix_ptr2bool_cast.patch
source = fix_c++11_literal_warnings.patch
diff --git a/PKGBUILD b/PKGBUILD
index cf04fa399889..4019446b26bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=bombono-dvd
pkgver=1.2.4
-pkgrel=8
+pkgrel=9
pkgdesc="DVD authoring program with nice and clean GUI"
arch=('i686' 'x86_64')
-url="http://www.bombono.org"
+url="https://bombono.com/"
license=('GPL')
depends=('gtk2' 'gtkmm' 'mjpegtools' 'ffmpeg' 'libdvdread' 'dvdauthor' \
'dvd+rw-tools' 'twolame' 'libxml++2.6' 'boost' 'enca' 'cdrkit')
makedepends=('scons2')
optdepends=('gvfs: web browser integration')
conflicts=('bombono-dvd-git')
-source=("https://github.com/muravjov/${pkgname}/archive/${pkgver}.tar.gz"
+source=("https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz"
"fix_ffmpeg_codecid.patch"
"fix_ptr2bool_cast.patch"
"fix_c++11_literal_warnings.patch"