summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTod Jackson2019-10-22 18:55:28 -0600
committerTod Jackson2019-10-22 18:55:28 -0600
commit9c0573044dcda7dfbac8b14f6676163af32f395d (patch)
tree331986c91c2d95634d082667c1d09c4737ac2f29
parent2479d4ab3ecebfcec68b73bab31fd05d9c3816aa (diff)
downloadaur-9c0573044dcda7dfbac8b14f6676163af32f395d.tar.gz
Further cleanup, no bump necessary
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c649d7703222..5a3ecbf8d13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,6 @@ pkgbase = comix
depends = pygtk
optdepends = gconf
conflicts = mcomix
- options = emptydirs
source = https://downloads.sourceforge.net/project/comix/comix/comix-4.0.4/comix-4.0.4.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fcomix%2Ffiles%2F
md5sums = 029227a77b122f7080ee0280d41bee78
diff --git a/PKGBUILD b/PKGBUILD
index 8f21fc4dd686..40f8afa865df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ depends=('unrar' 'python2-pillow' 'pygtk')
makedepends=('tar' 'pygtk' 'python2-pillow')
optdepends=('gconf')
conflicts=('mcomix')
-options=('emptydirs')
source=("https://downloads.sourceforge.net/project/comix/comix/comix-4.0.4/comix-4.0.4.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fcomix%2Ffiles%2F")
md5sums=('029227a77b122f7080ee0280d41bee78')
@@ -35,6 +34,5 @@ package() {
# File conflicts
rm -rf "$pkgdir/usr/share/mime/"
mkdir -p "$pkgdir/usr/share/mime/"
- find ./ -name comix.xml
cp "mime/comix.xml" "$pkgdir/usr/share/mime/"
}