summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Brink2019-05-04 14:48:26 -0700
committerJames Brink2019-05-04 14:48:26 -0700
commitca27406d911b878f7016be47d77b73deefeec6a8 (patch)
tree67912873ab371a0c6c85c836d4bd4a291103e1e3
parenta5d38b42fb17f84b921511a5c658655f60a58f5d (diff)
downloadaur-ca27406d911b878f7016be47d77b73deefeec6a8.tar.gz
Updated comments on PKGBUILD to relefect previous maintainers as contributors per AUR standards
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc78b95b429d..ce9d01869519 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = darling-dmg-git
pkgdesc = FUSE module for .dmg files (containing an HFS+ filesystem)
pkgver = v1.0.4.r73.g97a92a6
- pkgrel = 3
+ pkgrel = 4
url = https://www.darlinghq.org
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6fd203f6ea72..63a8caf197aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: James Brink <brink.james@gmail.com>
-# Maintainer: Chih-Hsuan Yen <yan12125@gmail.com>
+# Contributor: Chih-Hsuan Yen <yan12125@gmail.com>
# Contributor: James An <james@jamesan.ca>
_pkgname=darling-dmg
pkgname="$_pkgname-git"
pkgver=v1.0.4.r73.g97a92a6
-pkgrel=3
+pkgrel=4
pkgdesc="FUSE module for .dmg files (containing an HFS+ filesystem)"
arch=("i686" "x86_64")
url="https://www.darlinghq.org"