diff options
-rw-r--r-- | libre/dvdrtools/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/dvdrtools/PKGBUILD b/libre/dvdrtools/PKGBUILD index 8f63f4734..ff3c51221 100644 --- a/libre/dvdrtools/PKGBUILD +++ b/libre/dvdrtools/PKGBUILD @@ -18,8 +18,8 @@ optdepends=('transcode: video/DVD ripper and encoder for the terminal/console') provides=('cdrkit') conflicts=("$_pkgname" 'cdrkit') replaces=("$_pkgname") -mksource=(ftp://ftp.archlinux.org/other/$_pkgname/$_pkgname-$pkgver.tar.gz) -source=(https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) +mksource=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) +source=(https://repo.parabolagnulinux.org/other/$_pkgname/$_pkgname-$pkgver.tar.gz) mkmd5sums=('5707b7e877b853e258cd738938833006') md5sums=('2f5328b875b34b48f27b5ec4c26b35a6') |