summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2015-10-23 19:53:37 +0200
committerAntonio Rojas2015-10-23 19:53:37 +0200
commit454aaab667644a451cd026c3b9b57161953ce319 (patch)
treec90e6168150f5adedfce09eee14748692e8b172d
parent735726b00fd80848fb4fae68190217688b0ba3de (diff)
downloadaur-454aaab667644a451cd026c3b9b57161953ce319.tar.gz
Switch to Noto fonts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a20170db3f77..3a524a1af9ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = frameworkintegration-git
pkgdesc = Framework providing components to allow applications to integrate with a KDE Workspace
- pkgver = r167.805ad18
+ pkgver = r234.3ebe689
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/frameworkintegration
arch = i686
@@ -10,7 +10,7 @@ pkgbase = frameworkintegration-git
makedepends = extra-cmake-modules-git
makedepends = git
depends = kio-git
- depends = ttf-oxygen
+ depends = noto-fonts
depends = libxcursor
provides = frameworkintegration
conflicts = frameworkintegration
diff --git a/PKGBUILD b/PKGBUILD
index ae9658636491..d0f520e18832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=frameworkintegration-git
-pkgver=r167.805ad18
+pkgver=r234.3ebe689
pkgrel=1
pkgdesc='Framework providing components to allow applications to integrate with a KDE Workspace'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/frameworkintegration'
license=('LGPL')
-depends=('kio-git' 'ttf-oxygen' 'libxcursor')
+depends=('kio-git' 'noto-fonts' 'libxcursor')
makedepends=('extra-cmake-modules-git' 'git')
groups=('kf5')
conflicts=(frameworkintegration)