From 943677199468952dab56d8cbdfed4c1661b6b6ca Mon Sep 17 00:00:00 2001 From: speedie Date: Thu, 27 Jul 2023 22:38:14 +0200 Subject: [PATCH] Update some more outdated stuff --- PKGBUILD | 10 +++++----- options.mk | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c94785e..75775d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,15 +4,15 @@ pkgname=st-spde pkgver=1.2 pkgrel=1 pkgdesc="speedie's fork of st with .Xresources, pywal, alpha, and more." -url="https://git.speedie/gq/st" +url="https://git.speedie.site/speedie/st" arch=(i686 x86_64) license=(MIT) -depends=(sh libxft libx11 gd tcc-ziyao harfbuzz) +depends=(sh libxft libx11 gd harfbuzz) makedepends=() provides=($pkgname) conflicts=($pkgname) source=( - "https://ls.speedie.gq/releases/$pkgname/$pkgname-$pkgver.tar.gz" + "https://ls.speedie.site/releases/$pkgname/$pkgname-$pkgver.tar.gz" ) md5sums=('SKIP') @@ -21,11 +21,11 @@ build(){ cd $pkgname-$pkgver make \ X11INC=/usr/include/X11 \ - X11LIB=/usr/lib/X11 CC=tcc + X11LIB=/usr/lib/X11 } package() { cd "$pkgname-$pkgver" - make PREFIX=/usr DESTDIR="$pkgdir" CC=tcc install + make PREFIX=/usr DESTDIR="$pkgdir" install install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } diff --git a/options.mk b/options.mk index 72d90cf..affb492 100644 --- a/options.mk +++ b/options.mk @@ -40,4 +40,4 @@ LDFLAGS = $(LIBS) -g # `$(PKG_CONFIG) --libs freetype2` # compiler and linker -CC = tcc +CC = cc