summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Williams2020-02-21 03:35:23 -0500
committerArthur Williams2020-02-21 03:35:23 -0500
commitc1f7e844ac54e6868e11f5086f41c9a49f5c00a1 (patch)
treeda053b9fed1e43d2294d94dcf68db80637839669
parenta9fe0eff67ef50810e614d81632325d5f31b1fa6 (diff)
downloadaur-c1f7e844ac54e6868e11f5086f41c9a49f5c00a1.tar.gz
Updated incorrect md5sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 784a32c28fe2..97dd17e8f5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clip-history
pkgdesc = A clipboard manager that simply keeps a list of everything copied
pkgver = 0.6
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/TAAPArthur/clip-history
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = clip-history
depends = xsel
depends = python-gobject
source = https://github.com/TAAPArthur/clip-history/archive/v0.6.tar.gz
- md5sums = 9466bcc600c111f9018f5bddde57838f
+ md5sums = 713680af796a1230b99f0093aef390f6
pkgname = clip-history
diff --git a/PKGBUILD b/PKGBUILD
index 0a3179a1f3bc..c47cdb8c4f89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='clip-history'
pkgver='0.6'
_language='en-US'
-pkgrel=0
+pkgrel=1
pkgdesc='A clipboard manager that simply keeps a list of everything copied'
url='https://github.com/TAAPArthur/clip-history'
arch=('any')
@@ -11,9 +11,9 @@ license=('MIT')
depends=('python3' 'xsel' 'python-gobject')
source=('https://github.com/TAAPArthur/clip-history/archive/v0.6.tar.gz')
-md5sums=('9466bcc600c111f9018f5bddde57838f')
+md5sums=('713680af796a1230b99f0093aef390f6')
package() {
- cd 'clip-history-$pkgver'
+ cd "clip-history-$pkgver"
make DESTDIR=$pkgdir install
}