diff --git a/array-uniq-d5e311f.tar.gz b/array-uniq-d5e311f.tar.gz deleted file mode 100644 index ef5478c..0000000 Binary files a/array-uniq-d5e311f.tar.gz and /dev/null differ diff --git a/nodejs-array-uniq.spec b/nodejs-array-uniq.spec index 19aa8ef..2a452b1 100644 --- a/nodejs-array-uniq.spec +++ b/nodejs-array-uniq.spec @@ -8,8 +8,8 @@ Version: 1.0.2 Release: 1 Summary: Create an array without duplicates License: MIT -URL: https://www.npmjs.com/package/array-uniq -Source0: https://github.com/sindresorhus/array-uniq/archive/d5e311f37692dfd25ec216490df10632ce5f69f3.tar.gz#/%{srcname}-%{shortcommit0}.tar.gz +URL: https://github.com/sindresorhus/array-uniq +Source0: https://github.com/sindresorhus/array-uniq/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -20,7 +20,7 @@ BuildRequires: npm(require-uncached) npm(es6-set) npm(mocha) %{summary}. %prep -%setup -qn %{srcname}-%{commit0} +%autosetup -n %{srcname}-%{version} rm -rf node_modules/ %build diff --git a/v1.0.2.tar.gz b/v1.0.2.tar.gz new file mode 100644 index 0000000..53638bf Binary files /dev/null and b/v1.0.2.tar.gz differ