summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoxfromabyss2021-07-24 22:08:35 +0200
committerfoxfromabyss2021-07-24 22:08:35 +0200
commitd92234b2fe6cbbc402b0c4fd324712a8215e6965 (patch)
tree1236ef4f3b8fba45d07740c52dd82872bad1940f
parent23bc48f0a0dad9006daa7786ac9e19768e1c164d (diff)
downloadaur-d92234b2fe6cbbc402b0c4fd324712a8215e6965.tar.gz
Remove accidental var interpolation
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1c0f246027c..df6dbabe4c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Fox archlinux@foxfromabyss.dev
-pkgname=${telegram-tdlib-git}
+pkgname=telegram-tdlib-git
pkgver=v1.7.0.r1064.gc45535d6
pkgrel=1
pkgdesc='Cross-platform library for building Telegram clients'
@@ -21,7 +21,6 @@ pkgver() {
build() {
mkdir -p "td/build"
cd "td/build"
- echo $PWD
cmake -DCMAKE_INSTALL_PREFIX="${pkgdir}/usr" -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
}