summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bda14790deb4..8f1555662d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,9 +44,6 @@ validpgpkeys=('9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
prepare() {
cd "$_pkgname-$pkgver"
- # Set the version information to 'Arch Linux' instead of 'makepkg'
- sed -i "s/branch \\\'@1@\\\'/Arch Linux/g" meson.build
-
# From the linux-mainline PKGBUILD
local src
for src in "${source[@]}"; do