summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandra2023-08-31 23:57:03 -0600
committerAlexandra2023-08-31 23:57:03 -0600
commit560ffc990a8aa77dd0cdf62f26091f450e684a61 (patch)
treeb04b3715ea849e314c692777e75fc90f379c4883 /PKGBUILD
parent951ea2a65a2895d764eeadd8605825fd8c53c339 (diff)
downloadaur-560ffc990a8aa77dd0cdf62f26091f450e684a61.tar.gz
strip translate folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e0c89bd6fe2..8fa62906762f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexandra Stone <ideas@alexankitty.com>
pkgname="fancytasks"
-pkgver=1.1.4
+pkgver=1.1.4.r0.ge2d793d
pkgrel=1
pkgdesc="More modern taskbar-style window switcher displaying icons and text, with some improvments and color. Serves as a replacement for the Icon-Only and Task Manager plasmoids KDE ships with."
arch=(any)
@@ -25,4 +25,5 @@ package() {
cp FancyTasks/FancyTasks.png "$_iconpkgdir"
cp -r FancyTasks/package/* "$_pkgdir"
+ rm -rf "$_pkgdir/translate
}