summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Miguel Fernandes Silva2023-10-14 14:36:59 +0100
committerBruno Miguel Fernandes Silva2023-10-14 14:36:59 +0100
commit1e55ed1210b7a725c7de5f80bcec8a149e73d744 (patch)
tree7764026884577f349022f7d685b117411945d62e
parent3d3ba2e40249de1b6be8b6d9f5f576fdfeb0f727 (diff)
downloadaur-1e55ed1210b7a725c7de5f80bcec8a149e73d744.tar.gz
fix: branch to right one
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 426aee440320..f2c69474ef73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = asn1c-git
provides = asn1c
conflicts = asn1c
options = !strip
- source = git+https://github.com/mouse07410/asn1c.git#branch=vlm_master
+ source = git+https://github.com/vlm/asn1c.git#branch=master
md5sums = SKIP
pkgname = asn1c-git
diff --git a/PKGBUILD b/PKGBUILD
index bc14c9198b0c..4857c48ae585 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ optdepends=()
provides=('asn1c')
conflicts=('asn1c')
options=('!strip')
-source=(git+https://github.com/mouse07410/asn1c.git#branch=vlm_master)
+source=(git+https://github.com/vlm/asn1c.git#branch=master)
md5sums=('SKIP')
pkgver() {