summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin Girard2022-04-13 23:34:27 +0200
committerCorentin Girard2022-04-13 23:34:27 +0200
commit9a768610db48640d35059a9b0f4a02f0428e29e7 (patch)
treebbea5eac802c09516ceced31903fc2d03613f6c4
parentf7319208b1c7ebe097d076525f99ce40656b5cfd (diff)
downloadaur-libunity.tar.gz
No need for icu69-bin anymore
-rwxr-xr-x.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f362da4cc62f..694c1a7edc41 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libunity
pkgdesc = Library for instrumenting and integrating with all aspects of the Unity shell
pkgver = 7.1.4
- pkgrel = 14
+ pkgrel = 15
url = https://launchpad.net/libunity
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = libunity
makedepends = gobject-introspection
makedepends = intltool
makedepends = vala
- makedepends = icu69-bin
depends = dee
depends = gtk3
depends = libdbusmenu-glib
diff --git a/PKGBUILD b/PKGBUILD
index abc7d2ea5974..1ba3b623c56b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
pkgname=libunity
pkgver=7.1.4
-pkgrel=14
+pkgrel=15
pkgdesc='Library for instrumenting and integrating with all aspects of the Unity shell'
arch=('i686' 'x86_64')
url="https://launchpad.net/libunity"
license=('LGPL')
depends=('dee' 'gtk3' 'libdbusmenu-glib')
-makedepends=('gnome-common' 'gobject-introspection' 'intltool' 'vala' 'icu69-bin')
+makedepends=('gnome-common' 'gobject-introspection' 'intltool' 'vala')
source=("https://launchpad.net/ubuntu/+archive/primary/+files/${pkgname}_${pkgver}+19.04.20190319.orig.tar.gz"
"0001-Fix-FTB-with-recent-vala-requiring-non-public-abstra.patch"
"libunity-7.1.4-vala-053.patch")