makedeb
Manage multiple Telegram Desktop account
Click here to go back to the commit logs for tmulti.
Hash: 896a40fcebba59656b090af40ca23c03e187f811
Message: Changes to be committed:
modified: .SRCINFO
modified: PKGBUILD
diff --git a/.SRCINFO b/.SRCINFO
index 1e3ae23..3a3a636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,18 +2,10 @@ generated-by = makedeb
pkgname = tmulti
pkgbase = tmulti
pkgdesc = Manage multiple Telegram Desktop account
-pkgrel = 1
+pkgrel = 2
pkgver = 16.5984
url = https://github.com/andrew-ld/tmulti
-arch = amd64
-arch = arm64
-arch = armel
-arch = armhf
-arch = i386
-arch = mipsel
-arch = mips64el
-arch = ppc64el
-arch = s390x
+arch = any
depends = telegram-desktop
depends = libqt5core5a
depends = libqt5gui5
diff --git a/PKGBUILD b/PKGBUILD
index 4432e06..ebfda00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,9 @@
pkgname=tmulti
pkgver=16.5984
-pkgrel=1
+pkgrel=2
pkgdesc="Manage multiple Telegram Desktop account"
-arch=('amd64' 'arm64' 'armel' 'armhf'
-'i386' 'mipsel' 'mips64el' 'ppc64el' 's390x')
+arch=('any')
url="https://github.com/andrew-ld/tmulti"
license=("GPL3")
depends=("telegram-desktop" "libqt5core5a" "libqt5gui5" "libqt5widgets5")