Update some more outdated stuff

This commit is contained in:
Jacob 2023-07-27 22:38:14 +02:00
parent 1e2ae28367
commit 9436771994
2 changed files with 6 additions and 6 deletions

View file

@ -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
}

View file

@ -40,4 +40,4 @@ LDFLAGS = $(LIBS) -g
# `$(PKG_CONFIG) --libs freetype2`
# compiler and linker
CC = tcc
CC = cc