Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 1 year ago
parent
commit
0115dbf092
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -6,7 +6,7 @@ conflicts=('cedev-llvm')
 url='https://github.com/CE-Programming/toolchain'
 pkgdesc="Toolchain and libraries for C programming on the TI-84 Plus CE / TI-83 Premium CE calculators"
 arch=('any')
-source=("https://github.com/CE-Programming/toolchain/releases/download/v11.0/linux_CEdev.zip" "LICENSE")
+source=("https://github.com/CE-Programming/toolchain/releases/download/v11.0/CEdev-Linux.tar.gz" "LICENSE")
 md5sums=('ec69c21da2daf235fc48496928a8a6a7' 'SKIP')
 depends=('wine')
 makedepends=('git' 'cmake')