summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPSposito2020-02-24 11:21:26 +0200
committerPSposito2020-02-24 11:21:26 +0200
commit96525d770b8c853d9473a456a34b4fe4a8c5b3cb (patch)
treef7f61afd71e0d51198fc6620f897c2d59baf0ed7 /PKGBUILD
parent48b17c965b575f9fe52941964b0d677e4c3931df (diff)
downloadaur-96525d770b8c853d9473a456a34b4fe4a8c5b3cb.tar.gz
Corrected release.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5d4dc4aeda1..21f44bc3aada 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@
# Contributor: Andrei "Garoth" Thorp <garoth "at the nice" gmail "dot" com>
pkgname=debhelpergit
+aliasname=debhelper
pkgver=12.9
pkgrel=1
pkgdesc="A collection of programs that can be used in a debian/rules file to automate common tasks"
@@ -19,7 +20,7 @@ source=("git+https://salsa.debian.org/debian//debhelper.git#tag=debian/$pkgver")
md5sums=('SKIP')
build() {
- cd "$srcdir/$pkgname"
+ cd "$srcdir/$aliasname"
make
}