summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2019-02-03 11:49:32 +0100
committeraksr2019-02-03 11:49:36 +0100
commitee98fe3b2173e147dfc410e4c21e74c2b3b7500e (patch)
tree5066fe0c71fb61293d40f2aad70369722b58fd1e
parent16ccc0a3762344f952f2ee98f5a70d19f453540a (diff)
downloadaur-adcd.tar.gz
Update to 1.7.
-rw-r--r--.SRCINFO12
l---------.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9646545a8b44..babd6e670941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
+# Generated by mksrcinfo v8
+# Sun Feb 3 10:49:24 UTC 2019
pkgbase = adcd
pkgdesc = A cd player for GNU/Linux with a ncurses (text mode) interface.
- pkgver = 1.4
+ pkgver = 1.7
pkgrel = 1
url = http://www.nongnu.org/adcd/
arch = i686
arch = x86_64
license = GPL2
depends = ncurses
- source = http://mirror.lihnidos.org/GNU/savannah/adcd/adcd-1.4.tar.lz
- md5sums = ff1ac19e9e88f8703dfdb8d53bd87452
- sha1sums = 86460d58295eb269a7014b87205d36f06ae0e932
- sha256sums = 165a3b58a599af060b55d2ae2b695c81220004ed97859d8b8d189b9aa4967c94
+ source = http://mirror.lihnidos.org/GNU/savannah/adcd/adcd-1.7.tar.lz
+ md5sums = cb2dd042b4f1a22c3f921e7f5ad2b440
+ sha1sums = 2a47117daa2c585128883aaee8785a899801307e
+ sha256sums = 410ae3f0beb0d5232a365c5ca51697a436f0b32a0cc51987a7a58f7f862d509e
pkgname = adcd
diff --git a/.gitignore b/.gitignore
new file mode 120000
index 000000000000..25c0564928e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/home/aksr/arch/pkg/.gitignore \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 4f911a7ba7fd..fd2dbb04df70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
# Maintainer: aksr <aksr at t-com dot me>
pkgname=adcd
-pkgver=1.4
+pkgver=1.7
pkgrel=1
pkgdesc="A cd player for GNU/Linux with a ncurses (text mode) interface."
arch=('i686' 'x86_64')
@@ -9,9 +9,9 @@ url="http://www.nongnu.org/adcd/"
license=('GPL2')
depends=('ncurses')
source=("http://mirror.lihnidos.org/GNU/savannah/$pkgname/$pkgname-$pkgver.tar.lz")
-md5sums=('ff1ac19e9e88f8703dfdb8d53bd87452')
-sha1sums=('86460d58295eb269a7014b87205d36f06ae0e932')
-sha256sums=('165a3b58a599af060b55d2ae2b695c81220004ed97859d8b8d189b9aa4967c94')
+md5sums=('cb2dd042b4f1a22c3f921e7f5ad2b440')
+sha1sums=('2a47117daa2c585128883aaee8785a899801307e')
+sha256sums=('410ae3f0beb0d5232a365c5ca51697a436f0b32a0cc51987a7a58f7f862d509e')
prepare() {
cd "$srcdir/$pkgname-$pkgver"