summaryrefslogtreecommitdiff
path: root/libre/libxfce4ui/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/libxfce4ui/PKGBUILD')
-rw-r--r--libre/libxfce4ui/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/libre/libxfce4ui/PKGBUILD b/libre/libxfce4ui/PKGBUILD
index 2a53f562a..20f35ac54 100644
--- a/libre/libxfce4ui/PKGBUILD
+++ b/libre/libxfce4ui/PKGBUILD
@@ -3,6 +3,11 @@
# Maintainer: André Silva <emulatorman@hyperbola.info>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
+# parabola changes and rationale
+# - rebranded "about" modal
+
+
pkgname=libxfce4ui
pkgver=4.16.0
pkgrel=1
@@ -35,7 +40,7 @@ build() {
package() {
# pin to tightly-coupled dependency versions
- depends+=( "xfce4-session=$(sed -E 's|([0-9]+\.[0-9]+).*|\1|' <<<${pkgver})" )
+ depends+=( "xfce4-session=${pkgver}" )
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install