summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatt Kline2017-04-05 23:06:54 -0700
committerMatt Kline2017-04-05 23:08:56 -0700
commit566d8c31e0460b93c5579befac2075e649ebb007 (patch)
tree2dda2c9236c1085950d0d03c1932f1cfb8348b31 /PKGBUILD
parent05318643fe98314c773e06a6f088631fd172f405 (diff)
downloadaur-566d8c31e0460b93c5579befac2075e649ebb007.tar.gz
Package release 4
- Remove install scripts in favor of pacman hooks. (These didn't exist last time this package was updated.) - Switch from MD5 to SHA256 for checksum.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34c367d4d26b..0b6245f2b288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
pkgname=otf-xits
pkgver=1.108
-pkgrel=3
+pkgrel=4
pkgdesc="An OpenType implementation of STIX fonts with math support"
arch=('any')
url="https://github.com/khaledhosny/xits-math"
license=('custom:OFL')
depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
-install=otf-xits.install
ghname=xits-math
source=("https://github.com/khaledhosny/$ghname/archive/v$pkgver.tar.gz")
-md5sums=('6a9ff635ecc47edc0c13794f2b2a8ce1')
+sha256sums=('ec0742b7291ab96df28188e92fdf1293006a538267edc2b282d6615923833ceb')
package() {
cd "$srcdir/$ghname-$pkgver"