summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@web.de>2018-12-14 21:00:44 +0100
committerJustin Gassner <justin.gassner@web.de>2018-12-14 21:00:44 +0100
commit0a77c9c329c43752ec8f87c8e38c10744cefe771 (patch)
tree98dc7ed1228a9ef420c18c308a73229a682e1712
parentef15a7c752cdb6f1088d75a765db9bc16312fe81 (diff)
downloadpackages-0a77c9c329c43752ec8f87c8e38c10744cefe771.tar.zst
update
-rw-r--r--dmenu/PKGBUILD2
-rw-r--r--dwm/PKGBUILD2
-rw-r--r--mpop/PKGBUILD4
-rw-r--r--msmtp/PKGBUILD7
-rw-r--r--mutt/PKGBUILD6
-rw-r--r--pass/PKGBUILD2
-rw-r--r--st/PKGBUILD2
-rw-r--r--vifm/PKGBUILD7
8 files changed, 17 insertions, 15 deletions
diff --git a/dmenu/PKGBUILD b/dmenu/PKGBUILD
index 7d8852c..4265ea7 100644
--- a/dmenu/PKGBUILD
+++ b/dmenu/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=dmenu
pkgname=$_pkgname-jxir
-pkgver=4.7.4.gf0a5b75
+pkgver=4.8.12.gbbc464d
pkgrel=1
pkgdesc='Generic menu for X'
arch=('x86_64')
diff --git a/dwm/PKGBUILD b/dwm/PKGBUILD
index e0e0fac..5074dc3 100644
--- a/dwm/PKGBUILD
+++ b/dwm/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=dwm
pkgname=$_pkgname-jxir
-pkgver=6.1.40.g7eb87fe
+pkgver=6.1.51.g41bd44f
pkgrel=1
pkgdesc='A dynamic window manager for X'
arch=('x86_64')
diff --git a/mpop/PKGBUILD b/mpop/PKGBUILD
index fcb49d5..09d79f0 100644
--- a/mpop/PKGBUILD
+++ b/mpop/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=mpop
pkgname=$_pkgname-jxir
-pkgver=1.2.8.5.g29131be
+pkgver=1.4.1.12.ga856f51
pkgrel=1
pkgdesc='A small, fast POP3 client'
arch=('x86_64')
url="https://marlam.de/$_pkgname/"
license=('GPL3')
-depends=('gsasl')
+depends=('gnutls')
makedepends=('texlive-plainextra')
provides=("$_pkgname")
conflicts=("$_pkgname")
diff --git a/msmtp/PKGBUILD b/msmtp/PKGBUILD
index a666cf6..20c807d 100644
--- a/msmtp/PKGBUILD
+++ b/msmtp/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=msmtp
pkgname=$_pkgname-jxir
-pkgver=1.6.8.5.g09a1cb4
+pkgver=1.8.1.12.g1a1f73e
pkgrel=1
pkgdesc='A small, fast POP3 client'
arch=('x86_64')
url="https://marlam.de/$_pkgname/"
license=('GPL3')
-depends=('gsasl')
+depends=('gnutls')
makedepends=('texlive-plainextra')
provides=("$_pkgname")
conflicts=("$_pkgname")
@@ -27,7 +27,8 @@ build() {
--prefix=/usr \
--disable-nls \
--with-tls=gnutls \
- --without-libsecret
+ --without-libsecret \
+ --without-msmtpd
make
make -C doc pdf
}
diff --git a/mutt/PKGBUILD b/mutt/PKGBUILD
index 371e826..5e61d85 100644
--- a/mutt/PKGBUILD
+++ b/mutt/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=mutt
pkgname=$_pkgname-jxir
-pkgver=1.9.4
+pkgver=1.11.1
pkgrel=1
pkgdesc='Small but very powerful text-based mail client'
arch=('x86_64')
@@ -10,7 +10,7 @@ url='http://www.mutt.org'
license=('GPL')
depends=('gpgme' 'libidn' 'ncurses')
source=("http://ftp.mutt.org/pub/mutt/$_pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('f4d1bf26350c1ac81b551f98e5a4fd80d7fecd86919aa8165e69fde87de1b5df'
+sha256sums=('705141013662e53b78e49ed545360281f30a09ddda908f4de733277a60b1db05'
'SKIP')
validpgpkeys=('8975A9B33AA37910385C5308ADEF768480316BDA') # Kevin McCarthy
@@ -35,7 +35,7 @@ package() {
make DESTDIR="$pkgdir" install
rm "$pkgdir"/etc/Muttrc.dist
rm "$pkgdir"/etc/mime.types{,.dist}
- rm "$pkgdir"/usr/share/man/man1/{pgpewrap,pgpring}.1
+ rm "$pkgdir"/usr/share/man/man1/pgpewrap.1
rm -r "$pkgdir"/usr/share/doc/mutt/samples/
rm "$pkgdir"/usr/share/doc/mutt/{applying-patches.txt,devel-notes.txt,patch-notes.txt,PGP-Notes.txt,smime-notes.txt}
rm "$pkgdir"/usr/share/doc/mutt/{ChangeLog,COPYRIGHT,GPL,INSTALL,NEWS,README,README.SECURITY,README.SSL,TODO}
diff --git a/pass/PKGBUILD b/pass/PKGBUILD
index 3209e41..9afe96e 100644
--- a/pass/PKGBUILD
+++ b/pass/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pass
pkgname=$_pkgname-jxir
-pkgver=1.7.1.10.ga61c527
+pkgver=1.7.3.5.gb2e24c8
pkgrel=1
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
arch=('any')
diff --git a/st/PKGBUILD b/st/PKGBUILD
index 9bd25ef..7ba4ee6 100644
--- a/st/PKGBUILD
+++ b/st/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=st
pkgname=$_pkgname-jxir
-pkgver=0.7.48.g6547872
+pkgver=0.8.1.28.g49a9d90
pkgrel=1
pkgdesc='A simple virtual terminal emulator for X'
arch=('x86_64')
diff --git a/vifm/PKGBUILD b/vifm/PKGBUILD
index 4ec3dcd..5219a71 100644
--- a/vifm/PKGBUILD
+++ b/vifm/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=vifm
pkgname=$_pkgname-jxir
-pkgver=0.9.r336.g8930e8aa
+pkgver=0.10.r37.gc8d220ad3
pkgrel=1
-pkgdesc='Ncurses based file manager with vi like keybindings'
+pkgdesc='A file manager with curses interface, which provides Vi[m]-like environment'
arch=('x86_64')
-url='https://vifm.info'
+url="https://vifm.info/"
license=('GPL')
depends=('file' 'ncurses')
optdepends=('perl: vifm-convert-dircolors')
@@ -22,6 +22,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
+ autoreconf -i
./configure \
--prefix=/usr \
--disable-desktop-files \