summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann2023-12-14 16:00:22 +0100
committerAndreas Baumann2023-12-14 16:00:22 +0100
commita4d46ba4c14a22007d556c408c2681ffcea7feca (patch)
treea4107c5e0acaf3aa4ef94a407eb9b39a31ca11a0 /PKGBUILD
parentcbcf6f9a1177e09de768cceb9e685cfd24469a76 (diff)
downloadaur-a4d46ba4c14a22007d556c408c2681ffcea7feca.tar.gz
git repo has been moved to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5db9a39912fb..26d8d2956e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_reponame=libfirm
pkgname="${_reponame}-git"
pkgver=r18944.8bdd163f2
-pkgrel=2
+pkgrel=3
pkgdesc='A c-lib for graph-based IR, optimizations and code gen for compilers'
url="https://pp.ipd.kit.edu/firm/"
license=('GPL')
arch=('any')
makedepends=('git')
-source=("${_reponame}::git+http://pp.ipd.kit.edu/git/${_reponame}.git"
+source=("${_reponame}::git+https://github.com/${_reponame}/${_reponame}.git"
libfirm.pc)
md5sums=('SKIP' '39a7ef0417669487524b95460962f6c7')
options=(staticlibs)