summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Farley2020-04-08 21:46:13 -0500
committerRyan Farley2020-04-08 21:46:13 -0500
commitbdf2cfc825c42d7fabe5d8b6cf475de3a230d7d2 (patch)
tree55385c7ae383e253956257e95da9be24a6b704bd
parenteefa89863eb3a88a631cb9888e9e45e7ef223ef5 (diff)
downloadaur-bdf2cfc825c42d7fabe5d8b6cf475de3a230d7d2.tar.gz
update deps -- fonttosfnt works now
With an upstream release, fonttosfnt now includes all required patches and builds this just fine, so there's no need to require the -git variant anymore
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a8103409d95..81708995cd0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xorg-fonts-cyrillic-otb
pkgdesc = X.org cyrillic fonts (OTB version)
pkgver = 1.0.3
- pkgrel = 3
+ pkgrel = 4
url = https://xorg.freedesktop.org/
arch = any
license = custom
@@ -9,7 +9,7 @@ pkgbase = xorg-fonts-cyrillic-otb
depends = xorg-fonts-alias
depends = xorg-font-utils
depends = fontconfig
- depends = fonttosfnt-git
+ depends = fonttosfnt
provides = xorg-fonts-cyrillic
conflicts = xorg-fonts-cyrillic
replaces = xorg-fonts-cyrillic
diff --git a/PKGBUILD b/PKGBUILD
index 54c88982f8d3..0baf3593fa28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=xorg-fonts-cyrillic-otb
pkgver=1.0.3
-pkgrel=3
+pkgrel=4
pkgdesc="X.org cyrillic fonts (OTB version)"
arch=(any)
url="https://xorg.freedesktop.org/"
@@ -11,7 +11,7 @@ license=('custom')
replaces=('xorg-fonts-cyrillic')
provides=('xorg-fonts-cyrillic')
conflicts=('xorg-fonts-cyrillic')
-depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig fonttosfnt-git)
+depends=(xorg-fonts-encodings xorg-fonts-alias xorg-font-utils fontconfig fonttosfnt)
source=(${url}/releases/individual/font/font-cronyx-cyrillic-${pkgver}.tar.bz2
${url}/releases/individual/font/font-misc-cyrillic-${pkgver}.tar.bz2
${url}/releases/individual/font/font-screen-cyrillic-1.0.4.tar.bz2