summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-02-01 13:57:54 -0500
committerPatrick Northon2023-02-01 13:57:54 -0500
commitb97bea6a803544ab836d13945d0f1b2dfed2b1f2 (patch)
treea5a985f6b3ebfc56956650d787e416f94bd76506
parentea945b109987c408c7278140b0045a2330ab60ff (diff)
downloadaur-b97bea6a803544ab836d13945d0f1b2dfed2b1f2.tar.gz
Update source filename.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12058960478c..c2f5149eb496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = beakerlib
arch = x86_64
license = GPL2
makedepends = perl
- source = https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.3.tar.gz
+ source = beakerlib-1.29.3.tar.gz::https://github.com/beakerlib/beakerlib/archive/refs/tags/1.29.3.tar.gz
sha256sums = f792b86bac8be1a4593dd096c32c1a061102c802c6f5760259a5753b13f6caa1
pkgname = beakerlib
diff --git a/PKGBUILD b/PKGBUILD
index 7baef9e9b1d0..1e75a4c38079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/beakerlib/beakerlib"
license=('GPL2')
depends=()
makedepends=('perl')
-source=("https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/beakerlib/beakerlib/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('f792b86bac8be1a4593dd096c32c1a061102c802c6f5760259a5753b13f6caa1')
_srcdir="${pkgname}-${pkgver}"