summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoricebarf2021-10-28 20:02:15 +0530
committericebarf2021-10-28 20:02:15 +0530
commita45e166db666c6afa26701eb6beec5be1507573d (patch)
treef8cd9843c8bed8d98af097bb80a8410d175781f6 /PKGBUILD
parent92e044a985b45fed86dac01945bf7fb60ce0f1f3 (diff)
downloadaur-a45e166db666c6afa26701eb6beec5be1507573d.tar.gz
Update buggy PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5643fec11216..52eb86d6dd03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ backup=()
options=()
install=
changelog=
-source=("https://github.com/icebarf/perfmode")
+source=("https://github.com/icebarf/perfmode/archive/refs/tags/$pkgver.tar.gz")
build() {
cd "$pkgname-$pkgver"
make pkg
@@ -27,4 +27,4 @@ package(){
mkdir -p "$pkgdir/usr/bin"
make DESTDIR="$pkgdir/usr/bin/" install
}
-sha256sums=('SKIP')
+sha256sums=('7294770d90bc4e9ff9f49b953d24da920e0eba22902bad49f18206874cb29ac3')