Browse Source

Update 'PKGBUILD'

Nathaniel van Diepen 4 years ago
parent
commit
098d08c870
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PKGBUILD

+ 1 - 1
PKGBUILD

@@ -12,7 +12,7 @@ pkgdesc='calcpkg is a command line tool for downloading TI calculator software f
 license=()
 url=
 arch=('any')
-source=("git+https://github.com/Omnimaga/omni-repo.git")
+source=("git+https://github.com/TC01/calcpkg.git")
 build() {
     cd "$srcdir/$pkgname"
 	python2 setup.py build;