summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRhinoceros2016-05-13 10:20:04 +1000
committerRhinoceros2016-05-13 10:20:04 +1000
commit166013b7d6ad7edea624d1998d0fbc67e2ba9a48 (patch)
tree1f7f717f04e3d9cade34901f720d172abfcac4da /PKGBUILD
parent5a7c1d9b97bbe73785c449f3c11e622e673afcfd (diff)
downloadaur-166013b7d6ad7edea624d1998d0fbc67e2ba9a48.tar.gz
Update to 4.1.0-1
* Upstream changelog: With contributions from AdmiringWorm. - Update AUR URL to work with new version; Thanks to Yen Chi Hsuan. - With the new template UI, the combo-boxes for template sources (Default, Fall back, etc) were not translatable, as they should have been; Fixed. Thanks to Kim Nordmo. - Added Norwegian Bokmål translation - updater: Fix color glitch when a download fails & resumes; Thanks to jghodd. - updater: Fix not setting /etc/pacman.d/hooks as default HookDir - Some other fixes (see git log for details)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 414d966df64e..2161e2e98004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: jjacky
pkgname=kalu-kde
-pkgver=4.0.2
-pkgrel=2
+pkgver=4.1.0
+pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news; supports autohide in KDE's panel"
arch=('i686' 'x86_64')
url="http://jjacky.com/kalu"
@@ -13,14 +13,13 @@ depends=('dbus' 'polkit' 'gtk3' 'pacman>=5.0' 'pacman<5.1' 'curl' 'libnotify'
makedepends=('perl' 'groff')
source=(http://jjacky.com/${pkgname%-kde}/${pkgname%-kde}-$pkgver.tar.gz)
install=kalu.install
-sha1sums=('bfe228e1ad758ae9818a0f9fd74bfcaa208480d1')
+sha1sums=('dbcc37899302d402717653f11ff303c5dc73b86d')
provides=(${pkgname%-kde})
conflicts=(${pkgname%-kde})
build() {
cd "$srcdir/${pkgname%-kde}-$pkgver"
- ./configure --prefix=/usr --enable-status-notifier \
- --with-url-aur-prefix='https://aur.archlinux.org/rpc/?v=5&type=info'
+ ./configure --prefix=/usr --enable-status-notifier
make
}