summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6ceac7982a4..a154904d0814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
pkgname=otf-sfmono-patched
-pkgver=20200105
+pkgver=20191114
pkgrel=1
-pkgdesc='San Francisco Mono font from Apple'
+pkgdesc="Apple's SF Mono font patched for Powerline support"
arch=('any')
url='http://www.apple.com/safari/'
license=('custom')
depends=()
makedepends=('git')
conflicts=('otf-sfmono')
-source=("${pkgname}::git+https://github.com/a1phabeta/SF-Mono-Font-Patched.git")
+provides=('otf-sfmono')
+source=("${pkgname}::git+https://github.com/Twixes/SF-Mono-Powerline.git")
sha256sums=('SKIP')
pkgver() {
@@ -23,4 +24,4 @@ package() {
install -d "${pkgdir}"/usr/share/licenses/${pkgname}
install -m644 README.md "${pkgdir}"/usr/share/licenses/${pkgname}/
-} \ No newline at end of file
+}