mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Remove src leftover
This commit is contained in:
parent
8e1eb88177
commit
b33dcefa20
2 changed files with 4 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = filebot
|
||||
pkgdesc = The ultimate TV and Movie Renamer
|
||||
pkgver = 4.9.4
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://www.filebot.net/
|
||||
install = filebot.install
|
||||
arch = i686
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=filebot
|
||||
pkgver=4.9.4
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="The ultimate TV and Movie Renamer"
|
||||
arch=('i686' 'x86_64' 'aarch64' 'armv7l' 'armv7h')
|
||||
url="https://www.filebot.net/"
|
||||
|
|
@ -53,7 +53,8 @@ package() {
|
|||
|
||||
cd $srcdir
|
||||
|
||||
cp -dpr --no-preserve=ownership * "$pkgdir"
|
||||
# cp -dpr --no-preserve=ownership * "$pkgdir"
|
||||
cp -dpr --no-preserve=ownership etc usr "$pkgdir"
|
||||
|
||||
# ln -sf $srcdir/usr/share/$pkgname/bin/$pkgname.sh $pkgdir/usr/bin/$pkgname
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue