summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Elkouby2019-12-27 15:41:39 +0200
committerDan Elkouby2019-12-27 15:41:39 +0200
commit902b44dd33b82aa9046da24118363428683b09a6 (patch)
treec206036db6e1214187ecbba7a4d16405582a5736 /PKGBUILD
parentb3b56352a4277374758596bd098b73f54801ae52 (diff)
downloadaur-902b44dd33b82aa9046da24118363428683b09a6.tar.gz
Remove conflicting change
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