summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2022-09-06 19:32:03 +0200
committerMichał Wojdyła2022-09-06 19:32:03 +0200
commitebc9c62dec07acf2f1390e25f60d0693fbc91ea3 (patch)
tree7d51e98a7ebb85c82b97eb3bc31259ee703af951
parentdd450a88850d0b88b80706e102d6b1c314bf9e2d (diff)
downloadaur-ebc9c62dec07acf2f1390e25f60d0693fbc91ea3.tar.gz
update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af11513eefc8..3d3c8db300ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = mimi-git
pkgdesc = best alternative to xdg-open (git version)
- pkgver = 60.2758674
+ pkgver = 66.c9ce958
pkgrel = 1
url = http://github.com/taylorchu/mimi
arch = any
- license = GPL2
+ license = MIT
makedepends = git
depends = bash
depends = dmenu
provides = xdg-utils
conflicts = xdg-utils
- source = git://github.com/taylorchu/mimi.git
+ source = git+https://github.com/taylorchu/mimi.git
md5sums = SKIP
pkgname = mimi-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9c5c0df28b94..8761f9544869 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: tailinchu <use_my_id at gmail dot com>
+# Contributor: tailinchu <use_my_id at gmail dot com>
pkgname=mimi-git
-pkgver=60.2758674
+pkgver=66.c9ce958
pkgrel=1
pkgdesc="best alternative to xdg-open (git version)"
arch=('any')
url="http://github.com/taylorchu/mimi"
-license=('GPL2')
+license=('MIT')
depends=('bash' 'dmenu')
makedepends=('git')
conflicts=('xdg-utils')
provides=('xdg-utils')
-source=("git://github.com/taylorchu/mimi.git")
+source=("git+https://github.com/taylorchu/mimi.git")
md5sums=('SKIP')
_gitroot="mimi"
@@ -24,5 +24,6 @@ pkgver () {
package() {
cd "$srcdir/$_gitroot"
make PREFIX=/usr DESTDIR="$pkgdir" install
+ install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/mimi"
}