Package Details: tema-git 1.0.3-1

Git Clone URL: https://aur.archlinux.org/tema-git.git (read-only, click to copy)
Package Base: tema-git
Description: Omarchy theming application
Upstream URL: https://github.com/bjarneo/tema
Licenses: MIT
Submitter: bjarneo
Maintainer: bjarneo
Last Packager: bjarneo
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-29 14:51 (UTC)
Last Updated: 2025-10-11 09:11 (UTC)

Required by (0)

Sources (1)

Latest Comments

lavavex commented on 2025-10-11 08:56 (UTC) (edited on 2025-10-11 08:57 (UTC) by lavavex)

PKGBUILD no longer works due to change of pkgname to tema-git. Here is a diff of the changes needed to get it to work again

tema-git master  ? ❯ diff PKGBUILD masterpkgbuild
16c16
<     cd "$srcdir/tema-$pkgver"
---
>     cd "$srcdir/$pkgname-$pkgver"
19,20c19,20
<     install -dm755 "$pkgdir/usr/share/tema"
<     cp -r src templates "$pkgdir/usr/share/tema/"
---
>     install -dm755 "$pkgdir/usr/share/$pkgname"
>     cp -r src templates "$pkgdir/usr/share/$pkgname/"
39d38
< }