Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libx86
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-24 02:25:12 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-24 02:25:12 +0300
commit315bd3d8cb72460cc412eace67c3890a1caf9c60 (patch)
tree0a6a1c6cafea95df49e64ebfa8021e63de50ad81 /extra/libx86
parentb7c92225db698c7cb5a58fee33194e9fe97341f8 (diff)
Remove pkgrel checks from previous commits
Diffstat (limited to 'extra/libx86')
-rw-r--r--extra/libx86/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libx86/PKGBUILD b/extra/libx86/PKGBUILD
index e895e375..553cc5c4 100644
--- a/extra/libx86/PKGBUILD
+++ b/extra/libx86/PKGBUILD
@@ -1,3 +1,3 @@
-if [[ $pkgver == "1.1" && $pkgrel == 8 ]]; then
+if [[ $pkgver == "1.1" ]]; then
source[0]='https://web.archive.org/web/20170209231545if_/http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-1.1.tar.gz'
fi