summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Baumann2023-12-14 16:00:22 +0100
committerAndreas Baumann2023-12-14 16:00:22 +0100
commita4d46ba4c14a22007d556c408c2681ffcea7feca (patch)
treea4107c5e0acaf3aa4ef94a407eb9b39a31ca11a0
parentcbcf6f9a1177e09de768cceb9e685cfd24469a76 (diff)
downloadaur-a4d46ba4c14a22007d556c408c2681ffcea7feca.tar.gz
git repo has been moved to github
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59229f4030f9..81feee2968a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libfirm-git
pkgdesc = A c-lib for graph-based IR, optimizations and code gen for compilers
pkgver = r18944.8bdd163f2
- pkgrel = 2
+ pkgrel = 3
url = https://pp.ipd.kit.edu/firm/
arch = any
license = GPL
makedepends = git
options = staticlibs
- source = libfirm::git+http://pp.ipd.kit.edu/git/libfirm.git
+ source = libfirm::git+https://github.com/libfirm/libfirm.git
source = libfirm.pc
md5sums = SKIP
md5sums = 39a7ef0417669487524b95460962f6c7
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)