summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Filion2021-01-23 07:52:16 -0500
committerMartin Filion2021-01-23 07:52:16 -0500
commitd795adca63aba51684892ccc8dcd0004fa58ee65 (patch)
tree12fbdb9a8f2ee98ae1b9288c8561bd2336eb84b4
parentbb87e5f1b00d5ff81a20096f675be2064797f8ef (diff)
downloadaur-d795adca63aba51684892ccc8dcd0004fa58ee65.tar.gz
updated PKGBUILD to download tar file correctly
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9c9ebd9e57d..09f668e64cf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = batti
pkgdesc = Simple battery monitor for the system tray
pkgver = 0.3.8
- pkgrel = 6
+ pkgrel = 7
url = https://addons.videolan.org/p/1130246/
install = batti.install
arch = any
@@ -13,7 +13,8 @@ pkgbase = batti
depends = hicolor-icon-theme
optdepends = notification-daemon: for power status notifications
optdepends = xfce4-notifyd: alternative to notification-daemon
- source = https://addons.videolan.org/p/1130246/startdownload?file_id=1466638484&file_name=132291-batti-0.3.8.tar.gz&file_type=application/x-gzip&file_size=59783&url=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1466638484%2Fs%2F6aba40d425232e2272b3cb31625c2376%2Ft%2F1523185118%2Fu%2F166103%2F132291-batti-0.3.8.tar.gz
+ conflicts = batti-icons
+ source = https://sourceforge.net/projects/archbangretro/files/batti-0.3.8.tar.gz
source = upower-0.99.patch
md5sums = 4b239ead1643c95a6d89c380bc167781
md5sums = 237c98190cfd5725c9f5483c770a7763
diff --git a/PKGBUILD b/PKGBUILD
index 4fc4571a2706..443ef95cb5a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Tim Diels <timdiels.m@gmail.com>
+# Maintainer: Martin Filion <mordillo98@gmail.com>
+# Contributor: Tim Diels <timdiels.m@gmail.com>
# Contributor: Fetid Frog <fetidfrog at gmail dot com>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
pkgname=batti
pkgver=0.3.8
-pkgrel=6
+pkgrel=7
pkgdesc='Simple battery monitor for the system tray'
arch=('any')
url='https://addons.videolan.org/p/1130246/'
@@ -12,8 +13,8 @@ license=('GPL')
depends=('dbus-python' 'pygtk' 'gtk2' 'upower' 'hicolor-icon-theme')
optdepends=('notification-daemon: for power status notifications' 'xfce4-notifyd: alternative to notification-daemon')
install="$pkgname.install"
-source=('https://addons.videolan.org/p/1130246/startdownload?file_id=1466638484&file_name=132291-batti-0.3.8.tar.gz&file_type=application/x-gzip&file_size=59783&url=https%3A%2F%2Fdl.opendesktop.org%2Fapi%2Ffiles%2Fdownloadfile%2Fid%2F1466638484%2Fs%2F6aba40d425232e2272b3cb31625c2376%2Ft%2F1523185118%2Fu%2F166103%2F132291-batti-0.3.8.tar.gz'
- 'upower-0.99.patch')
+conflicts=('batti-icons')
+source=('https://sourceforge.net/projects/archbangretro/files/batti-0.3.8.tar.gz' 'upower-0.99.patch')
md5sums=('4b239ead1643c95a6d89c380bc167781'
'237c98190cfd5725c9f5483c770a7763')