summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2022-10-27 15:54:29 +0200
committerHyacinthe Cartiaux2022-10-27 15:54:29 +0200
commit92fd781ff2b5a5cae9bf9edebc42b5eb898dc6bf (patch)
treec88308689d388a30e15c54217d409d177768d2f4
parentb749b948cc339d398bd3b4e53992b9c9d4313ee5 (diff)
downloadaur-92fd781ff2b5a5cae9bf9edebc42b5eb898dc6bf.tar.gz
Pkgrel bump: use a unique package name
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f674628ab6c0..c11cf00897b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imapfilter
pkgdesc = A mail filtering utility for processing IMAP mailboxes
pkgver = 2.7.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lefcha/imapfilter
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = imapfilter
depends = pcre
depends = openssl
optdepends = openssl: SSL/TLS encryption and CRAM-MD5 authentication
- source = https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.7.6
+ source = imapfilter-2.7.6.tar.gz::https://codeload.github.com/lefcha/imapfilter/tar.gz/v2.7.6
sha256sums = e9063ca210cefe6c47771b400c9f3620bd7a5dce2dfd4d46aeaa86f4cac1d87d
pkgname = imapfilter
diff --git a/.gitignore b/.gitignore
index 34fd0c18d0e9..bfdc16994f49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@
*.zst
pkg
src
-v*
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 7590a19a5076..7c96128bce63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=imapfilter
pkgver=2.7.6
-pkgrel=1
+pkgrel=2
pkgdesc="A mail filtering utility for processing IMAP mailboxes"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
url="https://github.com/lefcha/imapfilter"
license=('MIT')
depends=('lua' 'pcre' 'openssl')
optdepends=('openssl: SSL/TLS encryption and CRAM-MD5 authentication')
-source=("https://codeload.github.com/lefcha/${pkgname}/tar.gz/v${pkgver}")
+source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/lefcha/${pkgname}/tar.gz/v${pkgver}")
sha256sums=('e9063ca210cefe6c47771b400c9f3620bd7a5dce2dfd4d46aeaa86f4cac1d87d')
build() {