summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkleintux2022-09-23 09:40:14 +0200
committerkleintux2022-09-23 09:40:14 +0200
commitf48a2946176daaf892c66cea6e6f0ebe1f22e0b8 (patch)
treec82d98b71bf32a3f4471c3740e77e7a8cb95d626
parent3595d7bdc5bf9a34cde93f8c4beff6e64327d613 (diff)
downloadaur-f48a2946176daaf892c66cea6e6f0ebe1f22e0b8.tar.gz
fixed an shasum updated
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 5 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 233ac1f5f3bb..d69f24fad313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,12 +7,10 @@ pkgbase = ttf-xo-windy
arch = any
groups = ttf-xo-fonts
license = custom: XO FONTS Open License
- makedepends = dos2unix
makedepends = glibc
depends = fontconfig
depends = xorg-font-utils
source = XO_Windy-1.00.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Windy.zip
- sha256sums = 91a59761849594ef392adb280012372e24d216bf8cfc4af2787d9cb47937bd47
+ sha256sums = 11a712f7b30f98e3fd40cc8bfedf4b602f52ad75d7e239b67f389e4b6882c299
pkgname = ttf-xo-windy
-
diff --git a/PKGBUILD b/PKGBUILD
index 02b574a16824..1470a8119a75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Roman Mikhayloff <rimf@inbox.ru>
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: Roman Mikhayloff <rimf@inbox.ru>
pkgname=ttf-xo-windy
pkgver=1.00 # The fake version, the original is unversioned.
@@ -8,22 +9,15 @@ arch=('any')
url="https://fonts.myoffice.ru"
license=('custom: XO FONTS Open License')
depends=('fontconfig' 'xorg-font-utils')
-makedepends=('dos2unix' 'glibc')
+makedepends=('glibc')
groups=('ttf-xo-fonts')
source=("XO_Windy-${pkgver}.zip::http://fonts.myoffice.ru/wp-content/themes/template/fonts_page/files/XO_Windy.zip")
-sha256sums=('91a59761849594ef392adb280012372e24d216bf8cfc4af2787d9cb47937bd47')
+sha256sums=('11a712f7b30f98e3fd40cc8bfedf4b602f52ad75d7e239b67f389e4b6882c299')
install=${pkgname}.install
-prepare() {
- iconv -f cp1251 -t utf8 -o LICENSE XO_Fonts_License.txt
- dos2unix LICENSE
-}
-
package() {
install -dm755 "${pkgdir}"/usr/share/fonts/TTF
cd "${srcdir}"
install -m644 *.ttf "${pkgdir}"/usr/share/fonts/TTF/
-
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
}