summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomkoid2023-05-20 13:15:47 +0200
committerTomkoid2023-05-20 13:15:47 +0200
commitb113db5f645ebfed887389ef70a39e736bae72ab (patch)
tree12d96e63369c52472fdab0dfb90e37565e9b9e88 /PKGBUILD
parent0147632cb902a4c62959de54283dec613f78ce08 (diff)
downloadaur-blurry-text-fix.tar.gz
bump package to version 3-1, append changes to file instead of replacing the file with a template
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a4be8ab9fc7..5497c7560d12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
# Maintainer: Tomkoid <tomkoid@tomkoid.tk>
pkgname=blurry-text-fix
-pkgver=2
-pkgrel=8
-pkgdesc="Fixes blurry text in GTK4 and Flatpak"
+pkgver=3
+pkgrel=1
+pkgdesc="Fix blurry text in GTK4 and/or Flatpak"
license=('GPL3')
provides=('blurry-text-fix')
install=blurry-text-fix.install
arch=('any')
depends=('gtk4')
-optdepends=('flatpak')
+optdepends=('flatpak: overwrite flatpak')
package() {
- install -Dm644 ../settings.ini "$pkgdir/etc/blurry-text-fix/gtk-4.0/settings.ini"
- install -Dm755 ../blurry-text-fix-reinstall "$pkgdir/usr/bin/blurry-text-fix-reinstall"
install -Dm755 ../blurry-text-fix-cairo "$pkgdir/usr/bin/blurry-text-fix-cairo"
}