summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHurricanePootis2023-10-28 01:35:37 -0500
committerHurricanePootis2023-10-28 01:35:37 -0500
commitb87791ada8153fbce503f2f111bc491fa0d42341 (patch)
tree1f20651375350b335cfcf1d9be0b67db24b94b6c
parent2bb398281ecc735cb2be8ff1b12a7d2ec955a022 (diff)
downloadaur-b87791ada8153fbce503f2f111bc491fa0d42341.tar.gz
Remove lexdor from final package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3204b4d76e33..dd5a2e109f5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imgbrd-grabber
pkgdesc = Very customizable imageboard/booru downloader with powerful filenaming features.
pkgver = 7.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Bionus/imgbrd-grabber
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 1514a7529a4e..a2e9c641d128 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=imgbrd-grabber
pkgver=7.11.2
-pkgrel=1
+pkgrel=2
pkgdesc="Very customizable imageboard/booru downloader with powerful filenaming features."
arch=('x86_64')
url="https://github.com/Bionus/imgbrd-grabber"
@@ -49,7 +49,7 @@ build() {
package() {
cd "$srcdir"
- DESTDIR="$pkgdir/" cmake --install build
+ DESTDIR="$pkgdir/" cmake --install build && rm -rf "$pkgdir/usr/include" "$pkgdir/usr/lib"
touch "$pkgdir/usr/share/Grabber/settings.ini"
}