summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Williams2019-11-30 05:41:05 -0500
committerArthur Williams2019-11-30 05:41:05 -0500
commita9fe0eff67ef50810e614d81632325d5f31b1fa6 (patch)
tree00d5e830ff32d8a164a717da27578ad260cb5a4d
parent170cb0a2a87fb902de748c5cd3dad28c03998d49 (diff)
downloadaur-a9fe0eff67ef50810e614d81632325d5f31b1fa6.tar.gz
Added upstream url
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f512cb1c48af..784a32c28fe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = clip-history
pkgdesc = A clipboard manager that simply keeps a list of everything copied
pkgver = 0.6
pkgrel = 0
+ url = https://github.com/TAAPArthur/clip-history
arch = any
license = MIT
depends = python3
diff --git a/PKGBUILD b/PKGBUILD
index d8ef598689d3..0a3179a1f3bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,15 @@ pkgver='0.6'
_language='en-US'
pkgrel=0
pkgdesc='A clipboard manager that simply keeps a list of everything copied'
+url='https://github.com/TAAPArthur/clip-history'
arch=('any')
license=('MIT')
depends=('python3' 'xsel' 'python-gobject')
-source=("https://github.com/TAAPArthur/clip-history/archive/v0.6.tar.gz")
+source=('https://github.com/TAAPArthur/clip-history/archive/v0.6.tar.gz')
md5sums=('9466bcc600c111f9018f5bddde57838f')
package() {
- cd "clip-history-$pkgver"
+ cd 'clip-history-$pkgver'
make DESTDIR=$pkgdir install
}