summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj.r2020-09-14 17:57:08 +0200
committerj.r2020-09-14 17:57:08 +0200
commite6d2f895c8da8af630f7612bd81e8c4968f3a6ef (patch)
treea86b82670ed01d4cf2f3282dedb21130f74387f6 /PKGBUILD
parent066cdb9ad5d9b94ca07ec308c9c1843c8ab9ac33 (diff)
downloadaur-e6d2f895c8da8af630f7612bd81e8c4968f3a6ef.tar.gz
Make tarball name unique
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25f4c16d752f..a1c22a990959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="https://github.com/alexander-akhmetov/python-telegram"
license=('MIT')
depends=('python3')
makedepends=()
-source=("https://github.com/alexander-akhmetov/$pkgname/archive/$pkgver.tar.gz")
conflicts=('python-telegram-bot')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/alexander-akhmetov/$pkgname/archive/$pkgver.tar.gz")
md5sums=('ebf3e34648e21da96e6470474e0fd7eb')
build() {