aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoc Virnyl S. Estela2021-04-06 14:05:11 +0800
committerSoc Virnyl S. Estela2021-04-06 14:05:11 +0800
commit56a8d79038fab45e4852805fd87b757c7016a166 (patch)
tree1f214052877e6cd1681ee78cca98c9662ec22993
parent76002dd86b539e7095bb1e11eb94760c5471897a (diff)
downloadaur-56a8d79038fab45e4852805fd87b757c7016a166.tar.gz
Remove patch in PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40a35d1328f1..2b556090a87b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = delphes
depends = cmake
depends = root
source = https://github.com/delphes/delphes/archive/master.zip
- source = 1716933.patch
sha256sums = aa4fd44924d8b66407da8e15268669de3b44e8fbd4345be17cde7c9ec8d0ed68
pkgname = delphes
diff --git a/PKGBUILD b/PKGBUILD
index 60c83e10f80f..c2d39fe42405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
depends=("cmake"
"root")
-source=("https://github.com/delphes/delphes/archive/master.zip"
- "1716933.patch")
+source=("https://github.com/delphes/delphes/archive/master.zip")
sha256sums=('aa4fd44924d8b66407da8e15268669de3b44e8fbd4345be17cde7c9ec8d0ed68')
build() {