Skip to content

cahva/studio-3t-aur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Studio-3t aur

There's an out of date version of Studio 3T in the AUR. This repo contains a PKGBUILD file to build the latest version of Studio 3T.

This is cloned from https://aur.archlinux.org/studio-3t.git.

I added a script to update the PKGBUILD file with the latest version number and checksums.

All the credit goes to the original author develerik of the PKGBUILD file.

How to build this

  1. clone the repo
git clone https://github.com/cahva/studio-3t-aur.git
  1. cd into the repo
cd studio-3t-aur
  1. build and install the package
makepkg --syncdeps --install

How to update to new version of Studio 3T

Manually

Go to Studio 3T download page. There you will see the latest version number and the checksums for the different versions.

Select "SHA-256 Checkums" for Linux to download the checksums for the Linux version.

Then, update the PKGBUILD file with the new version number and the checksums.

pkgver=2024.3.0
sha256sums=('.. INSERT THE NEW CHECKSUM HERE ..')

Automatically

Just run the update-pkgbuild.sh script

./update-pkgbuild.sh <version>

That will replace the version number and checksums in the PKGBUILD file with the new version number and checksums.

I intend to keep this repo up to date with the latest version of Studio 3T.

About

PKGBUILD for Studio-3t for aur install

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages