Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
mairix


Commits:
7259183a by Sergej Pupykin at 2023-09-12T03:43:42+03:00
upgpkg: 0.24-4
switch to new upstream https://github.com/vandry/mairix

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -5,25 +5,26 @@
 
 pkgname=mairix
 pkgver=0.24
-pkgrel=3
+pkgrel=4
+_commit=1cc06f4a73ba4b940008c1ffc398d2ac708cd6d6
 pkgdesc="A program for indexing and searching emails"
 arch=('x86_64')
-url="http://www.rpcurnow.force9.co.uk/mairix/";
+url="https://github.com/vandry/mairix";
 license=('GPL')
 depends=(bzip2 zlib)
-makedepends=('flex' 'bison')
+makedepends=('flex' 'bison' 'git')
 install=$pkgname.install
-source=(https://downloads.sf.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('a0702e079c768b6fbe25687ebcbabe7965eb493d269a105998c7c1c2caef4a57')
+source=("git+https://github.com/vandry/mairix#commit=${_commit}";)
+sha256sums=('SKIP')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd "$srcdir"/$pkgname
   make DESTDIR="$pkgdir" install
   mkdir -p "$pkgdir"/usr/share/
   mv "$pkgdir"/usr/man "$pkgdir"/usr/share/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mairix/-/commit/7259183a9fc684b4d4e56bb1768d028c82951e25

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mairix/-/commit/7259183a9fc684b4d4e56bb1768d028c82951e25
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to