Skip to content

Commit

Permalink
Updated PKGBUILD and .SRCINFO
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Pradhan committed Dec 29, 2018
1 parent a030f24 commit 91fa5d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgbase = lsd
pkgdesc = A Cheap Psychedelic Simulator on Linux
pkgver = 1.2
pkgver = 1.3
pkgrel = 1
url = https://github.com/Aniket-Pradhan/lsd
arch = i686
arch = x86_64
source = lsd
md5sums = e067f14c79027a16a60ead31e116a45d
md5sums = 843fa6fd1f4c8e6921a79ab4c2947714

pkgname = lsd

6 changes: 2 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Maintainer: Aniket-Pradhan [email protected]

pkgname=lsd
pkgver=1.2
pkgver=1.3
pkgrel=1
pkgdesc="A Cheap Psychedelic Simulator on Linux"
arch=('i686' 'x86_64')
url="https://github.com/Aniket-Pradhan/lsd"
source=(lsd)
#md5sums=(dc7868cff349a67cab0cb92bf70844cf)

package() {
install -D -t "$pkgdir/usr/bin" "$srcdir/lsd"
}

md5sums=('e067f14c79027a16a60ead31e116a45d')
md5sums=('843fa6fd1f4c8e6921a79ab4c2947714')

0 comments on commit 91fa5d2

Please sign in to comment.