diff options
-rw-r--r-- | core/popt/PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/popt/PKGBUILD b/core/popt/PKGBUILD new file mode 100644 index 00000000..fdbd0c32 --- /dev/null +++ b/core/popt/PKGBUILD @@ -0,0 +1,4 @@ +# temporary fix for https://bugs.archlinux.org/task/62888?project=1&string=popt + +source=("${pkgname}-${pkgver}.tar.gz::https://deb.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz") + |