summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXyne2021-02-12 08:16:14 +0100
committerXyne2021-02-12 08:16:14 +0100
commitf2b78e11114386a01549f6b746621c5524f0b939 (patch)
tree75f0ca367f1216ca379d3b7525dd7fd8cb6d5ec8
parent454a1c7064fc38a69adaae2addf7ba9b89bdead6 (diff)
downloadaur-f2b78e11114386a01549f6b746621c5524f0b939.tar.gz
Update to 2021.2-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69c27f4ec14c..e188996cad43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mimeo
pkgdesc = Open files by MIME-type or file name using regular expressions.
pkgver = 2021.2
- pkgrel = 1
+ pkgrel = 2
url = https://xyne.archlinux.ca/projects/mimeo
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 5aa1a185743b..3054df71ab92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Xyne <ac xunilhcra enyx, backwards>
pkgname=mimeo
pkgver=2021.2
-pkgrel=1
+pkgrel=2
pkgdesc='Open files by MIME-type or file name using regular expressions.'
arch=(any)
license=(GPL)
@@ -26,7 +26,6 @@ package ()
{
cd "$srcdir/$pkgname-$pkgver"
python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
- install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
}